diff options
Diffstat (limited to 'drivers/message/i2o/i2o_proc.c')
-rw-r--r-- | drivers/message/i2o/i2o_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_proc.c b/drivers/message/i2o/i2o_proc.c index 3d2e76eea93e..a61cb17c5c12 100644 --- a/drivers/message/i2o/i2o_proc.c +++ b/drivers/message/i2o/i2o_proc.c | |||
@@ -163,7 +163,7 @@ static int print_serial_number(struct seq_file *seq, u8 * serialno, int max_len) | |||
163 | * i2o_get_class_name - do i2o class name lookup | 163 | * i2o_get_class_name - do i2o class name lookup |
164 | * @class: class number | 164 | * @class: class number |
165 | * | 165 | * |
166 | * Return a descriptive string for an i2o class | 166 | * Return a descriptive string for an i2o class. |
167 | */ | 167 | */ |
168 | static const char *i2o_get_class_name(int class) | 168 | static const char *i2o_get_class_name(int class) |
169 | { | 169 | { |