* [PATCH] lpfc: fix typo of LOG_SECURITY
@ 2010-01-12 10:57 Kei Tokunaga
0 siblings, 0 replies; only message in thread
From: Kei Tokunaga @ 2010-01-12 10:57 UTC (permalink / raw)
To: linux-scsi; +Cc: James Bottomley, James Smart, Kei Tokunaga
Hi,
Fix a typo emerged at this commit:
f4b4c68f74dcd5da03df851090cad28ad4e8d7cc
Obviously, no one is using it now, but someone probably will.
Signed-off-by: Kei Tokunaga <tokunaga.keiich@jp.fujitsu.com>
---
drivers/scsi/lpfc/lpfc_logmsg.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/lpfc/lpfc_logmsg.h b/drivers/scsi/lpfc/lpfc_logmsg.h
index 954ba57..f8370cb 100644
--- a/drivers/scsi/lpfc/lpfc_logmsg.h
+++ b/drivers/scsi/lpfc/lpfc_logmsg.h
@@ -33,7 +33,7 @@
#define LOG_FCP_ERROR 0x00001000 /* log errors, not underruns */
#define LOG_LIBDFC 0x00002000 /* Libdfc events */
#define LOG_VPORT 0x00004000 /* NPIV events */
-#define LOF_SECURITY 0x00008000 /* Security events */
+#define LOG_SECURITY 0x00008000 /* Security events */
#define LOG_EVENT 0x00010000 /* CT,TEMP,DUMP, logging */
#define LOG_ALL_MSG 0xffffffff /* LOG all messages */
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-12 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12 10:57 [PATCH] lpfc: fix typo of LOG_SECURITY Kei Tokunaga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox