[PATCH] [trivial] scsi: Fix typo in gdth_ioctl.h

From: Masanari Iida
Date: Thu Dec 19 2013 - 12:02:30 EST


Correct structure name typo "drvers" to "drivers"
in gdth_ioctl.h

Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
---
drivers/scsi/gdth_ioctl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/gdth_ioctl.h b/drivers/scsi/gdth_ioctl.h
index b004c61..047295a9 100644
--- a/drivers/scsi/gdth_ioctl.h
+++ b/drivers/scsi/gdth_ioctl.h
@@ -229,7 +229,7 @@ typedef struct {
} general;
struct {
u16 version; /* driver version */
- } drvers;
+ } drivers;
struct {
u8 type; /* controller type */
u16 info; /* slot etc. */
--
1.8.5.2.192.g7794a68

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/