|
@@ -2688,7 +2688,7 @@ static const struct file_operations __fops = { \
|
|
|
.read = simple_attr_read, \
|
|
|
.write = simple_attr_write, \
|
|
|
.llseek = generic_file_llseek, \
|
|
|
-};
|
|
|
+}
|
|
|
|
|
|
static inline __printf(1, 2)
|
|
|
void __simple_attr_check_format(const char *fmt, ...)
|