]> www.infradead.org Git - users/hch/misc.git/commitdiff
scsi: csiostor: Fix some spelling errors
authorXichao Zhao <zhao.xichao@vivo.com>
Wed, 27 Aug 2025 12:16:11 +0000 (20:16 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 31 Aug 2025 01:47:03 +0000 (21:47 -0400)
Fix spelling errors in some comments.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
Link: https://lore.kernel.org/r/20250827121611.497547-1-zhao.xichao@vivo.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/csiostor/csio_wr.c

index a516df019c2240fab1f9851701fb658e7a047b07..010a1df37f1554259efe75d1cac98d5e457b9f0f 100644 (file)
@@ -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);