[PATCH v3 0/1][resend] staging: usbip: vhci_sysfs.c: Fix a style issue

2014-09-06 Thread Lars R. Damerow
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

[PATCH] Replace a single-value sscanf() call with a call to kstrtou32(), as recommended by checkpatch.pl.

2014-09-06 Thread Lars R. Damerow
Signed-off-by: Lars R. Damerow l...@grandstreet.us --- 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

Re: [PATCH] Replace a single-value sscanf() call with a call to kstrtou32(), as recommended by checkpatch.pl.

2014-08-30 Thread Lars R. Damerow
Certainly, will do. On Aug 30, 2014, at 13:13, Greg KH g...@kroah.com wrote: On Sat, Aug 16, 2014 at 07:41:07PM -0400, Lars R. Damerow wrote: Signed-off-by: Lars R. Damerow l...@grandstreet.us --- drivers/staging/usbip/vhci_sysfs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions

[PATCH v3 0/1] staging: usbip: vhci_sysfs.c: Fix a style issue

2014-08-16 Thread Lars R. Damerow
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

[PATCH] Replace a single-value sscanf() call with a call to kstrtou32(), as recommended by checkpatch.pl.

2014-08-16 Thread Lars R. Damerow
Signed-off-by: Lars R. Damerow l...@grandstreet.us --- 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

[PATCH] staging: usbip: vhci_sysfs.c: Fix a style issue

2014-08-07 Thread Lars R. Damerow
Replace a single-value sscanf() call with a call to kstrtou32(), as recommended by checkpatch.pl. Signed-off-by: Lars R. Damerow l...@grandstreet.us --- drivers/staging/usbip/vhci_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/usbip/vhci_sysfs.c b

[PATCH resend] staging: usbip: vhci_sysfs.c: Fix a style issue

2014-08-07 Thread Lars R. Damerow
Replace a single-value sscanf() call with a call to kstrtou32(), as recommended by checkpatch.pl. Signed-off-by: Lars R. Damerow l...@grandstreet.us --- drivers/staging/usbip/vhci_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/usbip/vhci_sysfs.c b