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

file: ./drivers/scsi/snic/snic_fwint.h
line: 148
 * Bit 3: Async event notifications on on tgt online/offline events.
changed to
 * Bit 3: Async event notifications on tgt online/offline events.

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

diff --git a/drivers/scsi/snic/snic_fwint.h b/drivers/scsi/snic/snic_fwint.h
index e6b3e8b431c0..2550ba964b03 100644
--- a/drivers/scsi/snic/snic_fwint.h
+++ b/drivers/scsi/snic/snic_fwint.h
@@ -145,7 +145,7 @@ struct snic_exch_ver_req {
  * HBA Capabilities
  * Bit 1: Reserved.
  * Bit 2: Dynamic Discovery of LUNs.
- * Bit 3: Async event notifications on on tgt online/offline events.
+ * Bit 3: Async event notifications on tgt online/offline events.
  * Bit 4: IO timeout support in FW.
  * Bit 5-31: Reserved.
  */
-- 
2.17.1


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

* Re: [PATCH] snic: Remove duplicate 'on' in two places.
  2022-06-21 15:01 [PATCH] snic: Remove duplicate 'on' 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, kartilak, linux-kernel, sebaddel, linux-scsi

On Tue, 21 Jun 2022 23:01:36 +0800, Jiang Jian wrote:

> file: ./drivers/scsi/snic/snic_fwint.h
> line: 148
>  * Bit 3: Async event notifications on on tgt online/offline events.
> changed to
>  * Bit 3: Async event notifications on tgt online/offline events.
> 
> 
> [...]

Applied to 5.20/scsi-queue, thanks!

[1/1] snic: Remove duplicate 'on' in two places.
      https://git.kernel.org/mkp/scsi/c/e448c8508d74

-- 
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 15:01 [PATCH] snic: Remove duplicate 'on' 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).