From: Shailendra Verma Date: Thu, 21 May 2015 17:56:03 +0000 (+0530) Subject: clk: samsung: Fix typo in panic log X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c306317a0e285670d8cceab067d5aceff4593ec8;p=linux-beck.git clk: samsung: Fix typo in panic log Signed-off-by: Shailendra Verma Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/samsung/clk.c b/drivers/clk/samsung/clk.c index 9e1f88c04fd4..76491629d1e5 100644 --- a/drivers/clk/samsung/clk.c +++ b/drivers/clk/samsung/clk.c @@ -389,7 +389,7 @@ struct samsung_clk_provider * __init samsung_cmu_register_one( ctx = samsung_clk_init(np, reg_base, cmu->nr_clk_ids); if (!ctx) { - panic("%s: unable to alllocate ctx\n", __func__); + panic("%s: unable to allocate ctx\n", __func__); return ctx; }