Skip to content

Commit 80093af

Browse files
Xichao Zhaomartinkpetersen
authored andcommitted
scsi: csiostor: Fix some spelling errors
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>
1 parent 44b6169 commit 80093af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/scsi/csiostor/csio_wr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ csio_wr_copy_to_wrp(void *data_buf, struct csio_wr_pair *wrp,
960960
memcpy((uint8_t *) wrp->addr1 + wr_off, data_buf, nbytes);
961961
data_len -= nbytes;
962962

963-
/* Write the remaining data from the begining of circular buffer */
963+
/* Write the remaining data from the beginning of circular buffer */
964964
if (data_len) {
965965
CSIO_DB_ASSERT(data_len <= wrp->size2);
966966
CSIO_DB_ASSERT(wrp->addr2 != NULL);
@@ -1224,7 +1224,7 @@ csio_wr_process_iq(struct csio_hw *hw, struct csio_q *q,
12241224

12251225
/*
12261226
* We need to re-arm SGE interrupts in case we got a stray interrupt,
1227-
* especially in msix mode. With INTx, this may be a common occurence.
1227+
* especially in msix mode. With INTx, this may be a common occurrence.
12281228
*/
12291229
if (unlikely(!q->inc_idx)) {
12301230
CSIO_INC_STATS(q, n_stray_comp);

0 commit comments

Comments
 (0)