Drivers: hv: kvp: Use %u to print U32
authorDexuan Cui <decui@microsoft.com>
Thu, 18 Oct 2018 05:09:31 +0000 (05:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Nov 2018 20:58:27 +0000 (12:58 -0800)
commit16d1342bc41ad417812f8a800a1799b5d1c026dc
treee461a18fecf650dfe23f78348e8306627d0d15db
parent5c24ee897664822956b1830df6957bb7f8965bb3
Drivers: hv: kvp: Use %u to print U32

I didn't find a real issue. Let's just make it consistent with the
next "case REG_U64:" where %llu is used.

Signed-off-by: Dexuan Cui <decui@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv_kvp.c