Commit b1769b6e authored by Jilin Yuan's avatar Jilin Yuan Committed by Jakub Kicinski
Browse files

freescale/fs_enet:fix repeated words in comments

parent 4c2d6acd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ void fs_enet_platform_cleanup(void);

/* access macros */
#if defined(CONFIG_CPM1)
/* for a 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)