All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] [SCSI] tcm_qla2xxx: Remove duplicate header file inclusion
@ 2012-06-22 11:53 Sachin Kamat
  2012-07-11 10:53 ` Sachin Kamat
  0 siblings, 1 reply; 3+ messages in thread
From: Sachin Kamat @ 2012-06-22 11:53 UTC (permalink / raw)
  To: linux-scsi; +Cc: JBottomley, nab, sachin.kamat, patches

ctype.h and string.h header files were included more than once.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/scsi/qla2xxx/tcm_qla2xxx.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/qla2xxx/tcm_qla2xxx.c b/drivers/scsi/qla2xxx/tcm_qla2xxx.c
index 6e64314..dd0a0df 100644
--- a/drivers/scsi/qla2xxx/tcm_qla2xxx.c
+++ b/drivers/scsi/qla2xxx/tcm_qla2xxx.c
@@ -38,8 +38,6 @@
 #include <linux/string.h>
 #include <linux/configfs.h>
 #include <linux/ctype.h>
-#include <linux/string.h>
-#include <linux/ctype.h>
 #include <asm/unaligned.h>
 #include <scsi/scsi.h>
 #include <scsi/scsi_host.h>
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-11 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-22 11:53 [PATCH 1/1] [SCSI] tcm_qla2xxx: Remove duplicate header file inclusion Sachin Kamat
2012-07-11 10:53 ` Sachin Kamat
2012-07-11 21:41   ` Nicholas A. Bellinger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.