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

2014-09-24 Thread Greg KH
On Sat, Sep 06, 2014 at 11:12:27PM -0400, Lars R. Damerow wrote: > Signed-off-by: Lars R. Damerow No changelog body? Also, the subject should have usb and vhci_sysfs somewhere in there, right? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body

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

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(+), 2 deletions(-) >> >> diff --git a/d

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

2014-08-30 Thread Greg KH
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(+), 2 deletions(-) > > diff --git a/drivers/staging/usbip/vhci_sysfs.c > b/drivers/staging/usbip/vhci_sysfs.c >

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