]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Bluetooth: hci_bcm4377: Fix typo in comment
authorBastien Nocera <hadess@hadess.net>
Thu, 3 Jul 2025 17:16:58 +0000 (19:16 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 23 Jul 2025 14:30:04 +0000 (10:30 -0400)
Found by codespell.

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

index 8a9aa33776b030b61fac34b5cd653929406a84be..45e6d84224ee3f8a8719ee9008fac36621ef6027 100644 (file)
@@ -420,7 +420,7 @@ struct bcm4377_ring_state {
  * payloads_dma:DMA address for payload buffer
  * events: pointer to array of completions if waiting is allowed
  * msgids: bitmap to keep track of used message ids
- * lock: Spinlock to protect access to ring structurs used in the irq handler
+ * lock: Spinlock to protect access to ring structures used in the irq handler
  */
 struct bcm4377_transfer_ring {
        enum bcm4377_transfer_ring_id ring_id;