adam radford wrote: > +static struct device_attribute twl_host_stats_attr = { > + .attr = { > + .name = "3ware_stats", > + .mode = S_IRUGO, > + }, > + .show = twl_show_stats > +}; There is a minor whitespace issue here: name is followed by =<space><tab> while its =<tab><tab> in the mode line. Nothing worth a new patch by itself. Eike
Attachment:
signature.asc
Description: This is a digitally signed message part.