Re: [PATCH net-next] Driver: Vmxnet3: Change the hex constant to its decimal equivalent

2015-02-08 Thread David Miller
From: Shrikrishna Khare Date: Fri, 6 Feb 2015 13:48:28 -0800 > The hex constant chosen for VMXNET3_REV1_MAGIC is offensive, > replace it with its decimal equivalent. > > Signed-off-by: Shrikrishna Khare > Reviewed-by: Shreyas Bhatewara Applied. -- To unsubscribe from this list: send the line

[PATCH net-next] Driver: Vmxnet3: Change the hex constant to its decimal equivalent

2015-02-06 Thread Shrikrishna Khare
The hex constant chosen for VMXNET3_REV1_MAGIC is offensive, replace it with its decimal equivalent. Signed-off-by: Shrikrishna Khare Reviewed-by: Shreyas Bhatewara --- drivers/net/vmxnet3/vmxnet3_defs.h |2 +- drivers/net/vmxnet3/vmxnet3_int.h |4 ++-- 2 files changed, 3 insertions(+)