Re: [PATCH 1/1] Drivers: hv: Change the hex constant to a decimal constant

2012-07-18 Thread Jeff Garzik
On 07/18/2012 06:57 PM, K. Y. Srinivasan wrote: The hex constant chosen for HV_LINUX_GUEST_ID_HI was offensive, update to use the decimal equivalent instead. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang Acked-by: Jeff Garzik -- To unsubscribe from this list: send the line "

[PATCH 1/1] Drivers: hv: Change the hex constant to a decimal constant

2012-07-18 Thread K. Y. Srinivasan
The hex constant chosen for HV_LINUX_GUEST_ID_HI was offensive, update to use the decimal equivalent instead. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang --- drivers/hv/hyperv_vmbus.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/hv/hyperv_vmbu