RE: [PATCH 0/2] lan78xx: Remove trailing underscores from macros

From: Woojung.Huh
Date: Tue Sep 06 2016 - 19:19:11 EST


> Joe Perches (2):
> lan78xx: Remove locally defined trailing underscores from defines and uses
> microchipphy.h and uses: Remove trailing underscores from defines and
> uses
>
> drivers/net/phy/microchip.c | 4 +-
> drivers/net/usb/lan78xx.c | 368 +++++++--------
> drivers/net/usb/lan78xx.h | 1068 +++++++++++++++++++++-----------------
> ----
> include/linux/microchipphy.h | 72 +--
> 4 files changed, 756 insertions(+), 756 deletions(-)

Because there is no specific rule how to name defines, I'm not sure it is worth to change 1000+ lines.
It may be better to set guideline for new submissions.

Welcome any comments.