mbox series

[0/2] scsi: qla2xxx: Fix for a formatting issue and typo in qla_bsg.c

Message ID 20190312124937.GA13922@machine1 (mailing list archive)
Headers show
Series scsi: qla2xxx: Fix for a formatting issue and typo in qla_bsg.c | expand

Message

Milan P. Gandhi March 12, 2019, 12:49 p.m. UTC
This patch series fixes below two formatting/typos in qla_bsg.c:
1. Corrected alignment at the start of comment section
2. Fixed 'iiDMA' cmd spelling

Thanks,
Milan.
---
 drivers/scsi/qla2xxx/qla_bsg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Dan Carpenter March 12, 2019, 1:17 p.m. UTC | #1
Looks good.  It might take a while for the maintainers to get around to
this because the merge window is open and it's a low priority cleanup.

regards,
dan carpenter
Martin K. Petersen March 19, 2019, 9:34 p.m. UTC | #2
Milan,

> This patch series fixes below two formatting/typos in qla_bsg.c:
> 1. Corrected alignment at the start of comment section
> 2. Fixed 'iiDMA' cmd spelling

Applied to 5.2/scsi-queue, thanks.