[PATCH] scsi: csiostor: Fix some spelling errors

Xichao Zhao posted 1 patch 1 month, 1 week ago
drivers/scsi/csiostor/csio_wr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] scsi: csiostor: Fix some spelling errors
Posted by Xichao Zhao 1 month, 1 week ago
Fix spelling errors in some comments.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
---
 drivers/scsi/csiostor/csio_wr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/csiostor/csio_wr.c b/drivers/scsi/csiostor/csio_wr.c
index a516df019c22..010a1df37f15 100644
--- a/drivers/scsi/csiostor/csio_wr.c
+++ b/drivers/scsi/csiostor/csio_wr.c
@@ -960,7 +960,7 @@ csio_wr_copy_to_wrp(void *data_buf, struct csio_wr_pair *wrp,
 	memcpy((uint8_t *) wrp->addr1 + wr_off, data_buf, nbytes);
 	data_len -= nbytes;
 
-	/* Write the remaining data from the begining of circular buffer */
+	/* Write the remaining data from the beginning of circular buffer */
 	if (data_len) {
 		CSIO_DB_ASSERT(data_len <= wrp->size2);
 		CSIO_DB_ASSERT(wrp->addr2 != NULL);
@@ -1224,7 +1224,7 @@ csio_wr_process_iq(struct csio_hw *hw, struct csio_q *q,
 
 	/*
 	 * We need to re-arm SGE interrupts in case we got a stray interrupt,
-	 * especially in msix mode. With INTx, this may be a common occurence.
+	 * especially in msix mode. With INTx, this may be a common occurrence.
 	 */
 	if (unlikely(!q->inc_idx)) {
 		CSIO_INC_STATS(q, n_stray_comp);
-- 
2.34.1
Re: [PATCH] scsi: csiostor: Fix some spelling errors
Posted by Martin K. Petersen 3 weeks, 2 days ago
On Wed, 27 Aug 2025 20:16:11 +0800, Xichao Zhao wrote:

> Fix spelling errors in some comments.
> 
> 

Applied to 6.18/scsi-queue, thanks!

[1/1] scsi: csiostor: Fix some spelling errors
      https://git.kernel.org/mkp/scsi/c/80093afdcc48

-- 
Martin K. Petersen