From 5484081d2203517602b76ea281bac98a1ab7f144 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Thu, 27 Feb 2014 20:36:31 +0900 Subject: [PATCH] staging: usbip: Fix format string mismatch in usbip_vhci_attach_device2 Argument type of sockfd is set as int, but format string is set as unsigned int. Fix the mismatch. Signed-off-by: Masanari Iida Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed