diff options
Diffstat (limited to 'drivers/target/target_core_spc.c')
-rw-r--r-- | drivers/target/target_core_spc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/target/target_core_spc.c b/drivers/target/target_core_spc.c index ed7077a67d7b..bd16a93a7a3f 100644 --- a/drivers/target/target_core_spc.c +++ b/drivers/target/target_core_spc.c | |||
@@ -126,8 +126,8 @@ spc_emulate_evpd_80(struct se_cmd *cmd, unsigned char *buf) | |||
126 | return 0; | 126 | return 0; |
127 | } | 127 | } |
128 | 128 | ||
129 | static void spc_parse_naa_6h_vendor_specific(struct se_device *dev, | 129 | void spc_parse_naa_6h_vendor_specific(struct se_device *dev, |
130 | unsigned char *buf) | 130 | unsigned char *buf) |
131 | { | 131 | { |
132 | unsigned char *p = &dev->t10_wwn.unit_serial[0]; | 132 | unsigned char *p = &dev->t10_wwn.unit_serial[0]; |
133 | int cnt; | 133 | int cnt; |