X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/47b045d133e6a6bbee77bb2adf99301f428940a9..01658f6e25197d603a1fcd0c14eda097316bf5a2:/target/linux/brcm47xx/patches-2.6.35/950-sbb-sysfs-files.patch?ds=sidebyside diff --git a/target/linux/brcm47xx/patches-2.6.35/950-sbb-sysfs-files.patch b/target/linux/brcm47xx/patches-2.6.35/950-sbb-sysfs-files.patch index ddb1f1b38..021c3c890 100644 --- a/target/linux/brcm47xx/patches-2.6.35/950-sbb-sysfs-files.patch +++ b/target/linux/brcm47xx/patches-2.6.35/950-sbb-sysfs-files.patch @@ -8,7 +8,7 @@ +static ssize_t \ +attrib##_show(struct device *dev, struct device_attribute *attr, char *buf) \ +{ \ -+ return sprintf (buf, format_string, dev_to_ssb_dev(dev)->field); \ ++ return sprintf(buf, format_string, dev_to_ssb_dev(dev)->field); \ +} + +ssb_config_attr(core_num, core_index, "%u\n") @@ -19,7 +19,7 @@ +static ssize_t +name_show(struct device *dev, struct device_attribute *attr, char *buf) +{ -+ return sprintf (buf, "%s\n", ssb_core_name(dev_to_ssb_dev(dev)->id.coreid)); ++ return sprintf(buf, "%s\n", ssb_core_name(dev_to_ssb_dev(dev)->id.coreid)); +} + +static struct device_attribute ssb_device_attrs[] = {