Signed-off-by: Lars R. Damerow
---
drivers/usb/usbip/vhci_sysfs.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/usbip/vhci_sysfs.c b/drivers/usb/usbip/vhci_sysfs.c
index 211f43f..b3371d0 100644
--- a/drivers/usb/usbip/vhci_sysfs.c
+++ b/drivers/usb/usbip
This patch has been revised a couple of times to fix an error and better follow
kernel development practices.
Resending after v3.17-rc3 release per Greg KH's request.
Changes since v2:
- Propagate error from kstrtou32()
Changes since v1:
- Check return value from kstrtou32() correctly
--
To un
Certainly, will do.
> On Aug 30, 2014, at 13:13, Greg KH wrote:
>
>> On Sat, Aug 16, 2014 at 07:41:07PM -0400, Lars R. Damerow wrote:
>> Signed-off-by: Lars R. Damerow
>> ---
>> drivers/staging/usbip/vhci_sysfs.c | 5 +++--
>> 1 file changed, 3 insertions(+)
Signed-off-by: Lars R. Damerow
---
drivers/staging/usbip/vhci_sysfs.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/usbip/vhci_sysfs.c
b/drivers/staging/usbip/vhci_sysfs.c
index 211f43f..b3371d0 100644
--- a/drivers/staging/usbip/vhci_sysfs.c
+++ b
This patch has been revised a couple of times to fix an error and better follow
kernel development practices.
Changes since v2:
- Propagate error from kstrtou32()
Changes since v1:
- Check return value from kstrtou32() correctly
--
To unsubscribe from this list: send the line "unsubscribe linu
Replace a single-value sscanf() call with a call to kstrtou32(), as
recommended by checkpatch.pl.
Signed-off-by: Lars R. Damerow
---
drivers/staging/usbip/vhci_sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/usbip/vhci_sysfs.c
b/drivers/staging/usbip
Oops--you're right, I didn't check. I'll correct the patch and resubmit.
Sorry about that,
-lars
--
Lars R. Damerow
l...@grandstreet.us
On Thu, Aug 7, 2014, at 09:08 AM, Sergei Shtylyov wrote:
> Hello.
>
> On 08/07/2014 10:22 AM, Lars R. Damerow wrote:
>
> &
Replace a single-value sscanf() call with a call to kstrtou32(), as
recommended by checkpatch.pl.
Signed-off-by: Lars R. Damerow
---
drivers/staging/usbip/vhci_sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/usbip/vhci_sysfs.c
b/drivers/staging/usbip