Hi Darren, > > Use DEVICE_ATTR_{RO,WO,RW} macros to simplify attributes > > declarations. > > It does a lot more than that, including a lot of seemingly > superfluous reformatting of function declarations and renaming. What do you mean? DEVICE_ATTR_RW(foo) requires foo_show() and foo_store() functions, not show_foo() and store_foo(). Thanks, -v -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html