Mentioning the enclosing function twice doesn't add value.
Signed-off-by: Rasmus Villemoes <[email protected]>
---
drivers/scsi/3w-xxxx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c
index c75f2048319f..67539e73fdad 100644
--- a/drivers/scsi/3w-xxxx.c
+++ b/drivers/scsi/3w-xxxx.c
@@ -860,7 +860,7 @@ static int tw_allocate_memory(TW_Device_Extension *tw_dev,
int size, int which)
tw_dev->alignment_virtual_address[i] = (unsigned long
*)((unsigned char *)cpu_addr + (i*size));
break;
default:
- printk(KERN_WARNING "3w-xxxx: tw_allocate_memory():
case slip in tw_allocate_memory()\n");
+ printk(KERN_WARNING "3w-xxxx: tw_allocate_memory():
case slip\n");
return 1;
}
}
--
2.1.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/