diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-05 23:30:40 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 11:08:17 +0100 |
commit | 744627e91c3c272e4c9f866ee61808f4206a9450 (patch) | |
tree | fd41d4c0759a449957c4145381814bd8bd23e9b3 /arch/blackfin | |
parent | 8166ea07cb89208f6beb9aa6aed554250f150cc8 (diff) | |
download | linux-744627e91c3c272e4c9f866ee61808f4206a9450.tar.bz2 |
treewide: fix printk typo in multiple drivers
Correct spelling typo in multiple drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mm/sram-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mm/sram-alloc.c b/arch/blackfin/mm/sram-alloc.c index 342e378da1ec..1f3b3ef3e103 100644 --- a/arch/blackfin/mm/sram-alloc.c +++ b/arch/blackfin/mm/sram-alloc.c @@ -191,7 +191,7 @@ static irqreturn_t l2_ecc_err(int irq, void *dev_id) { int status; - printk(KERN_ERR "L2 ecc error happend\n"); + printk(KERN_ERR "L2 ecc error happened\n"); status = bfin_read32(L2CTL0_STAT); if (status & 0x1) printk(KERN_ERR "Core channel error type:0x%x, addr:0x%x\n", |