aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr/scsiglue.c
diff options
context:
space:
mode:
authorJohannes Schilling <of82ecuq@cip.cs.fau.de>2013-06-06 18:10:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-06 11:48:50 -0700
commit0ea8a165ab300699ffa3b68721e4837173508eb3 (patch)
tree68454d9bb6d5dbbf61b27d9a7f4cec8a2f63cde6 /drivers/staging/keucr/scsiglue.c
parentkeucr: moved function to other file (diff)
downloadlinux-dev-0ea8a165ab300699ffa3b68721e4837173508eb3.tar.xz
linux-dev-0ea8a165ab300699ffa3b68721e4837173508eb3.zip
keucr: fix some alignment- and whitespace-problems
resolves checkpatch errors and warnings regarding whitespace around operators, line lengths and indentation. Signed-off-by: Laura Lawniczak <laura.lawniczak@googlemail.com> Signed-off-by: Johannes Schilling <of82ecuq@cip.cs.fau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/keucr/scsiglue.c')
-rw-r--r--drivers/staging/keucr/scsiglue.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/keucr/scsiglue.c b/drivers/staging/keucr/scsiglue.c
index 54a89ffcce49..afb00d84679d 100644
--- a/drivers/staging/keucr/scsiglue.c
+++ b/drivers/staging/keucr/scsiglue.c
@@ -322,8 +322,9 @@ static ssize_t store_max_sectors(struct device *dev,
static DEVICE_ATTR(max_sectors, S_IRUGO | S_IWUSR, show_max_sectors,
store_max_sectors);
-static struct device_attribute *sysfs_device_attr_list[] =
- {&dev_attr_max_sectors, NULL, };
+static struct device_attribute *sysfs_device_attr_list[] = {
+ &dev_attr_max_sectors, NULL,
+};
/* this defines our host template, with which we'll allocate hosts */