Mentioning the enclosing function twice doesn't add value.

Signed-off-by: Rasmus Villemoes <li...@rasmusvillemoes.dk>
---
 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-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to