projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b6e6a
)
scsi: fcoe: fix build error
author
Greg Kroah-Hartman
<
[email protected]
>
Thu, 26 Sep 2013 23:15:02 +0000
(16:15 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 26 Sep 2013 23:15:02 +0000
(16:15 -0700)
I had a typo in a variable name for the previous patch (SCSI: fcoe:
convert bus code to use bus_group) that broke the build, this fixes
that.
Reported-by: kbuild test robot <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/scsi/fcoe/fcoe_sysfs.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/fcoe/fcoe_sysfs.c
b/drivers/scsi/fcoe/fcoe_sysfs.c
index 8189b96eac7e7edb69a44671670e65118d25b0f6..1f4f22fe82812170db684cbdd406c23c4cb32f82 100644
(file)
--- a/
drivers/scsi/fcoe/fcoe_sysfs.c
+++ b/
drivers/scsi/fcoe/fcoe_sysfs.c
@@
-558,7
+558,7
@@
static BUS_ATTR(ctlr_destroy, S_IWUSR, NULL, fcoe_ctlr_destroy_store);
static struct attribute *fcoe_bus_attrs[] = {
&bus_attr_ctlr_create.attr,
- &bus_attr_ct
rl
_destroy.attr,
+ &bus_attr_ct
lr
_destroy.attr,
NULL,
};
ATTRIBUTE_GROUPS(fcoe_bus);