projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a91918c
)
target: Fix spelling mistake and unwrap multi-line text
author
Colin Ian King
<colin.king@canonical.com>
Mon, 7 Nov 2016 16:31:21 +0000
(16:31 +0000)
committer
Bart Van Assche
<bart.vanassche@sandisk.com>
Fri, 16 Dec 2016 10:16:08 +0000
(11:16 +0100)
Trivial fix to spelling mistake "Obselete" to "Obsolete"
in error message and also turn multi-line text into one
line.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
drivers/target/target_core_pr.c
patch
|
blob
|
history
diff --git
a/drivers/target/target_core_pr.c
b/drivers/target/target_core_pr.c
index d7fe569eece5a258002e8446561b51ebde852b60..d761025144f9dc178cc43d4803b4c79b0147815b 100644
(file)
--- a/
drivers/target/target_core_pr.c
+++ b/
drivers/target/target_core_pr.c
@@
-255,8
+255,7
@@
target_scsi2_reservation_reserve(struct se_cmd *cmd)
if ((cmd->t_task_cdb[1] & 0x01) &&
(cmd->t_task_cdb[1] & 0x02)) {
- pr_err("LongIO and Obselete Bits set, returning"
- " ILLEGAL_REQUEST\n");
+ pr_err("LongIO and Obsolete Bits set, returning ILLEGAL_REQUEST\n");
return TCM_UNSUPPORTED_SCSI_OPCODE;
}
/*