[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090126020613.15168.99029.stgit@marcab.local.tull.net>
Date: Mon, 26 Jan 2009 13:06:14 +1100
From: Nick Andrew <nick@...k-andrew.net>
To: Trivial Kernel Patches <trivial@...nel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [TRIVIAL PATCH 13/20] Fix misspelling of firmware in libata.h
Fix misspelling of firmware in libata.h
Signed-off-by: Nick Andrew <nick@...k-andrew.net>
---
include/linux/libata.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 2c6bd66..76bc61f 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -377,7 +377,7 @@ enum {
ATA_HORKAGE_BRIDGE_OK = (1 << 10), /* no bridge limits */
ATA_HORKAGE_ATAPI_MOD16_DMA = (1 << 11), /* use ATAPI DMA for commands
not multiple of 16 bytes */
- ATA_HORKAGE_FIRMWARE_WARN = (1 << 12), /* firwmare update warning */
+ ATA_HORKAGE_FIRMWARE_WARN = (1 << 12), /* firmware update warning */
/* DMA mask for user DMA control: User visible values; DO NOT
renumber */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists