linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: 3w-xxxx: Drop duplicated function name
@ 2015-02-06 14:41 Rasmus Villemoes
  0 siblings, 0 replies; only message in thread
From: Rasmus Villemoes @ 2015-02-06 14:41 UTC (permalink / raw)
  To: Adam Radford, James E.J. Bottomley
  Cc: Rasmus Villemoes, linux-scsi, linux-kernel

Mentioning the enclosing function twice doesn't add value.

Signed-off-by: Rasmus Villemoes <linux@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-06 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-06 14:41 [PATCH] scsi: 3w-xxxx: Drop duplicated function name Rasmus Villemoes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).