aboutsummaryrefslogtreecommitdiffstats
path: root/d01.patch
diff options
Diffstat (limited to 'd01.patch')
-rw-r--r--d01.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/d01.patch b/d01.patch
index 36c039d3685019..1361d94b2c4744 100644
--- a/d01.patch
+++ b/d01.patch
@@ -772,7 +772,7 @@
return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_dix);
}
-DRIVER_ATTR(dix, S_IRUGO, sdebug_dix_show, NULL);
-+static DRIVER_ATTR_RO(dix)
++static DRIVER_ATTR_RO(dix);
-static ssize_t sdebug_dif_show(struct device_driver *ddp, char *buf)
+static ssize_t dif_show(struct device_driver *ddp, char *buf)