linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcma: Fix typo in comments
@ 2022-08-11 15:20 Shaomin Deng
  2022-09-07  8:00 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Shaomin Deng @ 2022-08-11 15:20 UTC (permalink / raw)
  To: zajec5; +Cc: linux-wireless, linux-kernel, Shaomin Deng

Remove the repeated word "registers" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
---
 drivers/bcma/driver_mips.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c
index 12aca34e8db0..4f01e6b17bb9 100644
--- a/drivers/bcma/driver_mips.c
+++ b/drivers/bcma/driver_mips.c
@@ -30,7 +30,7 @@ enum bcma_boot_dev {
 	BCMA_BOOT_DEV_NAND,
 };
 
-/* The 47162a0 hangs when reading MIPS DMP registers registers */
+/* The 47162a0 hangs when reading MIPS DMP registers */
 static inline bool bcma_core_mips_bcm47162a0_quirk(struct bcma_device *dev)
 {
 	return dev->bus->chipinfo.id == BCMA_CHIP_ID_BCM47162 &&
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bcma: Fix typo in comments
  2022-08-11 15:20 [PATCH] bcma: Fix typo in comments Shaomin Deng
@ 2022-09-07  8:00 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2022-09-07  8:00 UTC (permalink / raw)
  To: Shaomin Deng; +Cc: zajec5, linux-wireless, linux-kernel, Shaomin Deng

Shaomin Deng <dengshaomin@cdjrlc.com> wrote:

> Remove the repeated word "registers" in comments.
> 
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>

Patch applied to wireless-next.git, thanks.

5db68fd31958 bcma: Fix typo in comments

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220811152043.11446-1-dengshaomin@cdjrlc.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 15:20 [PATCH] bcma: Fix typo in comments Shaomin Deng
2022-09-07  8:00 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).