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.

Bluetooth: hci_bcm4377: Fix typo in comment

Found by codespell.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Bastien Nocera and committed by
Luiz Augusto von Dentz
0e77524d 887f83d4

+1 -1
+1 -1
drivers/bluetooth/hci_bcm4377.c
··· 420 420 * payloads_dma:DMA address for payload buffer 421 421 * events: pointer to array of completions if waiting is allowed 422 422 * msgids: bitmap to keep track of used message ids 423 - * lock: Spinlock to protect access to ring structurs used in the irq handler 423 + * lock: Spinlock to protect access to ring structures used in the irq handler 424 424 */ 425 425 struct bcm4377_transfer_ring { 426 426 enum bcm4377_transfer_ring_id ring_id;