Prev: fix packet loss and massive ping spikes with PPP multi-link
Next: X86: Optimise fls(), ffs() and fls64()
From: Ajit Khaparde on 26 Mar 2010 13:20 On 26/03/10 14:12 +0800, wzt.wzt(a)gmail.com wrote: > Fix the following warnings: > > be_ethtool.c:493: warning: integer constant is too large for 'long' type > be_ethtool.c:493: warning: integer constant is too large for 'long' type > > Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> I would suggest using be2net instead of benet during the commit. be2net: Fix compile warnnings in drivers/net/benet/be_ethtool.c Acked-by: Ajit Khaparde <ajitk(a)serverengines.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: David Miller on 27 Mar 2010 11:40
From: Ajit Khaparde <ajitkhaparde(a)gmail.com> Date: Fri, 26 Mar 2010 22:46:18 +0530 > On 26/03/10 14:12 +0800, wzt.wzt(a)gmail.com wrote: >> Fix the following warnings: >> >> be_ethtool.c:493: warning: integer constant is too large for 'long' type >> be_ethtool.c:493: warning: integer constant is too large for 'long' type >> >> Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> > > I would suggest using be2net instead of benet during the commit. > be2net: Fix compile warnnings in drivers/net/benet/be_ethtool.c > > Acked-by: Ajit Khaparde <ajitk(a)serverengines.com> Well, you cannot be surprised that people will use "benet" since that is the name of the directory the driver lives under. It is not even referred to as "be2net" in the MAINTAINERS entry. I'm applying this fix as-is. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |