[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 --- 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

[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 un

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 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(+)

[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 --- 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

[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 linu

[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 --- 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

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

2014-08-07 Thread Lars R. Damerow
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: > > &

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

2014-08-06 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 --- 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