Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc: vmw_vmci: Fix spelling mistakes in comments

'occured' -> 'occurred' (two instances)

Found by manual inspection.

Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
Link: https://patch.msgid.link/20260220120904.1907108-1-tomasz.unger@yahoo.pl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tomasz Unger and committed by
Greg Kroah-Hartman
b1c7f7aa e4599c1d

+2 -2
+2 -2
drivers/misc/vmw_vmci/vmci_queue_pair.c
··· 2532 2532 * VMCI_ERROR_QUEUEPAIR_NOSPACE if no space was available to enqueue 2533 2533 * data, VMCI_ERROR_INVALID_SIZE, if any queue pointer is outside the 2534 2534 * queue (as defined by the queue size), VMCI_ERROR_INVALID_ARGS, if 2535 - * an error occured when accessing the buffer, 2535 + * an error occurred when accessing the buffer, 2536 2536 * VMCI_ERROR_QUEUEPAIR_NOTATTACHED, if the queue pair pages aren't 2537 2537 * available. Otherwise, the number of bytes written to the queue is 2538 2538 * returned. Updates the tail pointer of the produce queue. ··· 2598 2598 * VMCI_ERROR_QUEUEPAIR_NODATA if no data was available to dequeue. 2599 2599 * VMCI_ERROR_INVALID_SIZE, if any queue pointer is outside the queue 2600 2600 * (as defined by the queue size). 2601 - * VMCI_ERROR_INVALID_ARGS, if an error occured when accessing the buffer. 2601 + * VMCI_ERROR_INVALID_ARGS, if an error occurred when accessing the buffer. 2602 2602 * Otherwise the number of bytes dequeued is returned. 2603 2603 * Side effects: 2604 2604 * Updates the head pointer of the consume queue.