aboutsummaryrefslogtreecommitdiff
path: root/include/fsp-leds.h
diff options
context:
space:
mode:
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>2015-06-26 19:08:16 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-07-02 13:33:26 +1000
commita043dc7f4741c4c06fb45994baaff2453ee5aae1 (patch)
treeac305e16e6dfdc2094e5d484fa9dc032b6fd9f38 /include/fsp-leds.h
parent3dc46811412d5eda6cfa98f2d098f058d2983611 (diff)
downloadskiboot-a043dc7f4741c4c06fb45994baaff2453ee5aae1.zip
skiboot-a043dc7f4741c4c06fb45994baaff2453ee5aae1.tar.gz
skiboot-a043dc7f4741c4c06fb45994baaff2453ee5aae1.tar.bz2
include/fsp-led.h: Fix couple of typo(s)
Fix couple of spellings across the file. 'Implemtation' -> 'Implementation' 'exclussive' -> 'exclusive' Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/fsp-leds.h')
-rw-r--r--include/fsp-leds.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fsp-leds.h b/include/fsp-leds.h
index 1b99ffc..db1f0ad 100644
--- a/include/fsp-leds.h
+++ b/include/fsp-leds.h
@@ -27,7 +27,7 @@
/* Supported FSP response codes */
#define FSP_IND_NOT_IMPLMNTD 0x00 /* Indicator not implemented */
#define FSP_IND_IMPLMNTD 0x04 /* Indicator implemented */
-#define FSP_IND_IMPL_UNKNOWN 0x08 /* Implemtation unknown */
+#define FSP_IND_IMPL_UNKNOWN 0x08 /* Implementation unknown */
#define FSP_IND_INACTIVE 0x00 /* Indicator not active */
#define FSP_IND_IDENTIFY_ACTV 0x01 /* Identify state active */
#define FSP_IND_FAULT_ACTV 0x02 /* Fault state active */
@@ -36,7 +36,7 @@
#define FSP_RSRC_PRESENT 0x40 /* Resource present */
#define FSP_RSRC_PRSNC_UNKNOWN 0x80 /* Resource presence unknown */
-/* LED exclussive bits */
+/* LED exclusive bits */
#define FSP_LED_EXCL_FAULT 1UL << 0
#define FSP_LED_EXCL_IDENTIFY 1UL << 1
@@ -61,7 +61,7 @@ struct fsp_led_data {
char loc_code[LOC_CODE_SIZE];
u16 parms; /* Parameters */
u16 status; /* Status */
- u16 excl_bit; /* Exclussive LED bit */
+ u16 excl_bit; /* Exclusive LED bit */
struct list_node link;
};