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>
Dieser Commit ist enthalten in:

committet von
Jiri Kosina

Ursprung
8166ea07cb
Commit
744627e91c
@@ -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",
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren