RE: [PATCH 1/4] e1000/e1000_ethtool.c: Remove unnecessary usages of memset

2020-07-28 Thread Brown, Aaron F
ct: [PATCH 1/4] e1000/e1000_ethtool.c: Remove unnecessary usages of > memset > > Replace memsets of 1 byte with simple assignments. > Issue reported by checkpatch.pl. > > Signed-off-by: Suraj Upadhyay > --- > drivers/net/ethernet/intel/e1000/e1000_ethtool.c | 4 ++-- > 1 file ch

[PATCH 1/4] e1000/e1000_ethtool.c: Remove unnecessary usages of memset

2020-07-14 Thread Suraj Upadhyay
Replace memsets of 1 byte with simple assignments. Issue reported by checkpatch.pl. Signed-off-by: Suraj Upadhyay --- drivers/net/ethernet/intel/e1000/e1000_ethtool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/e1000/e1000_ethtool.c b/drive