linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: aacraid: Remove duplicate 'the' in two places.
@ 2022-06-21 14:23 Jiang Jian
  2022-06-28  3:24 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-21 14:23 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: aacraid, linux-scsi, linux-kernel, Jiang Jian

file: drivers/scsi/aacraid/aachba.c
line: 1053
* The LSB is the the end.
chaned to
* The LSB is the end.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/scsi/aacraid/aachba.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/aacraid/aachba.c b/drivers/scsi/aacraid/aachba.c
index 81462f4ddb90..4d4cb47b3846 100644
--- a/drivers/scsi/aacraid/aachba.c
+++ b/drivers/scsi/aacraid/aachba.c
@@ -1050,7 +1050,7 @@ static void get_container_serial_callback(void *context, struct fib * fibptr)
 				vpdpage83data.type1.productid));
 
 			/* Convert to ascii based serial number.
-			 * The LSB is the the end.
+			 * The LSB is the end.
 			 */
 			for (i = 0; i < 8; i++) {
 				u8 temp =
-- 
2.17.1


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

* Re: [PATCH] scsi: aacraid: Remove duplicate 'the' in two places.
  2022-06-21 14:23 [PATCH] scsi: aacraid: Remove duplicate 'the' in two places Jiang Jian
@ 2022-06-28  3:24 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2022-06-28  3:24 UTC (permalink / raw)
  To: Jiang Jian, jejb; +Cc: Martin K . Petersen, aacraid, linux-kernel, linux-scsi

On Tue, 21 Jun 2022 22:23:46 +0800, Jiang Jian wrote:

> file: drivers/scsi/aacraid/aachba.c
> line: 1053
> * The LSB is the the end.
> chaned to
> * The LSB is the end.
> 
> 
> [...]

Applied to 5.20/scsi-queue, thanks!

[1/1] scsi: aacraid: Remove duplicate 'the' in two places.
      https://git.kernel.org/mkp/scsi/c/ebd676ff3b3f

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2022-06-28  3:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 14:23 [PATCH] scsi: aacraid: Remove duplicate 'the' in two places Jiang Jian
2022-06-28  3:24 ` Martin K. Petersen

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).