Commit bb6a42d7 authored by Hannes Reinecke's avatar Hannes Reinecke Committed by Damien Le Moal

ata: libata: whitespace cleanup

Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarDamien Le Moal <damien.lemoal@opensource.wdc.com>
parent f3b9db5f
...@@ -484,7 +484,7 @@ show_ata_dev_##field(struct device *dev, \ ...@@ -484,7 +484,7 @@ show_ata_dev_##field(struct device *dev, \
#define ata_dev_simple_attr(field, format_string, type) \ #define ata_dev_simple_attr(field, format_string, type) \
ata_dev_show_simple(field, format_string, (type)) \ ata_dev_show_simple(field, format_string, (type)) \
static DEVICE_ATTR(field, S_IRUGO, \ static DEVICE_ATTR(field, S_IRUGO, \
show_ata_dev_##field, NULL) show_ata_dev_##field, NULL)
ata_dev_simple_attr(spdn_cnt, "%d\n", int); ata_dev_simple_attr(spdn_cnt, "%d\n", int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment