OSDN Git Service

freescale/fs_enet:fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Wed, 29 Jun 2022 12:54:41 +0000 (20:54 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 1 Jul 2022 03:04:10 +0000 (20:04 -0700)
Delete the redundant word 'a'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220629125441.62420-1-yuanjilin@cdjrlc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/freescale/fs_enet/fs_enet.h

index 5ff2634..cb419ae 100644 (file)
@@ -201,7 +201,7 @@ void fs_enet_platform_cleanup(void);
 
 /* access macros */
 #if defined(CONFIG_CPM1)
-/* for a CPM1 __raw_xxx's are sufficient */
+/* for a CPM1 __raw_xxx's are sufficient */
 #define __cbd_out32(addr, x)   __raw_writel(x, addr)
 #define __cbd_out16(addr, x)   __raw_writew(x, addr)
 #define __cbd_in32(addr)       __raw_readl(addr)