linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] target: fix spelling mistake and unwrap multi-line text
@ 2016-11-07 16:31 Colin King
  2016-12-15 15:54 ` Bart Van Assche
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-11-07 16:31 UTC (permalink / raw)
  To: Nicholas A . Bellinger, linux-scsi, target-devel; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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>
---
 drivers/target/target_core_pr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/target/target_core_pr.c b/drivers/target/target_core_pr.c
index 47463c9..0cd38af 100644
--- a/drivers/target/target_core_pr.c
+++ b/drivers/target/target_core_pr.c
@@ -253,8 +253,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;
 	}
 	/*
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] target: fix spelling mistake and unwrap multi-line text
  2016-11-07 16:31 [PATCH] target: fix spelling mistake and unwrap multi-line text Colin King
@ 2016-12-15 15:54 ` Bart Van Assche
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Van Assche @ 2016-12-15 15:54 UTC (permalink / raw)
  To: Colin King, Nicholas A . Bellinger, linux-scsi, target-devel; +Cc: linux-kernel

On 11/07/2016 05:31 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake "Obselete" to "Obsolete"
> in error message and also turn multi-line text into one
> line.

Thanks for the patch. It has been applied on my for-v4.10 branch.

Bart.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-15 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-07 16:31 [PATCH] target: fix spelling mistake and unwrap multi-line text Colin King
2016-12-15 15:54 ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).