linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usbip: tools: fix module name in man page
@ 2020-06-18  0:08 Antonio Borneo
  2020-06-18 16:56 ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Antonio Borneo @ 2020-06-18  0:08 UTC (permalink / raw)
  To: Valentina Manea, Shuah Khan, matt mooney, Greg Kroah-Hartman, linux-usb
  Cc: Antonio Borneo, linux-kernel

Commit 64e62426f40d ("staging: usbip: edit Kconfig and rename
CONFIG options") renamed the module usbip as usbip-host, but the
example in the man page still reports the old module name.

Fix the module name in usbipd.8

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: 64e62426f40d ("staging: usbip: edit Kconfig and rename CONFIG options")
---
 tools/usb/usbip/doc/usbipd.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/usb/usbip/doc/usbipd.8 b/tools/usb/usbip/doc/usbipd.8
index ac4635db3f03..fb62a756893b 100644
--- a/tools/usb/usbip/doc/usbipd.8
+++ b/tools/usb/usbip/doc/usbipd.8
@@ -73,7 +73,7 @@ USB/IP client can connect and use exported devices.
 
 .SH EXAMPLES
 
-    server:# modprobe usbip
+    server:# modprobe usbip-host
 
     server:# usbipd -D
         - Start usbip daemon.

base-commit: b3a9e3b9622ae10064826dccb4f7a52bd88c7407
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] usbip: tools: fix module name in man page
  2020-06-18  0:08 [PATCH] usbip: tools: fix module name in man page Antonio Borneo
@ 2020-06-18 16:56 ` Shuah Khan
  2020-06-18 17:41   ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2020-06-18 16:56 UTC (permalink / raw)
  To: Antonio Borneo, Valentina Manea, Shuah Khan, matt mooney,
	Greg Kroah-Hartman, linux-usb
  Cc: linux-kernel, Shuah Khan

On 6/17/20 6:08 PM, Antonio Borneo wrote:
> Commit 64e62426f40d ("staging: usbip: edit Kconfig and rename
> CONFIG options") renamed the module usbip as usbip-host, but the
> example in the man page still reports the old module name.
> 
> Fix the module name in usbipd.8
> 
> Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
> Fixes: 64e62426f40d ("staging: usbip: edit Kconfig and rename CONFIG options")
> ---
>   tools/usb/usbip/doc/usbipd.8 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/usb/usbip/doc/usbipd.8 b/tools/usb/usbip/doc/usbipd.8
> index ac4635db3f03..fb62a756893b 100644
> --- a/tools/usb/usbip/doc/usbipd.8
> +++ b/tools/usb/usbip/doc/usbipd.8
> @@ -73,7 +73,7 @@ USB/IP client can connect and use exported devices.
>   
>   .SH EXAMPLES
>   
> -    server:# modprobe usbip
> +    server:# modprobe usbip-host
>   
>       server:# usbipd -D
>           - Start usbip daemon.
> 
> base-commit: b3a9e3b9622ae10064826dccb4f7a52bd88c7407
> 

Looks good. Thanks for fixing this.

Acked-by: Shuah Khan <skhan@linuxfoundation.org>

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] usbip: tools: fix module name in man page
  2020-06-18 16:56 ` Shuah Khan
@ 2020-06-18 17:41   ` Shuah Khan
  0 siblings, 0 replies; 3+ messages in thread
From: Shuah Khan @ 2020-06-18 17:41 UTC (permalink / raw)
  To: Antonio Borneo, Valentina Manea, Shuah Khan, matt mooney,
	linux-usb, Greg Kroah-Hartman
  Cc: linux-kernel

On 6/18/20 10:56 AM, Shuah Khan wrote:
> On 6/17/20 6:08 PM, Antonio Borneo wrote:
>> Commit 64e62426f40d ("staging: usbip: edit Kconfig and rename
>> CONFIG options") renamed the module usbip as usbip-host, but the
>> example in the man page still reports the old module name.
>>
>> Fix the module name in usbipd.8
>>
>> Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
>> Fixes: 64e62426f40d ("staging: usbip: edit Kconfig and rename CONFIG 
>> options")
>> ---
>>   tools/usb/usbip/doc/usbipd.8 | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/usb/usbip/doc/usbipd.8 b/tools/usb/usbip/doc/usbipd.8
>> index ac4635db3f03..fb62a756893b 100644
>> --- a/tools/usb/usbip/doc/usbipd.8
>> +++ b/tools/usb/usbip/doc/usbipd.8
>> @@ -73,7 +73,7 @@ USB/IP client can connect and use exported devices.
>>   .SH EXAMPLES
>> -    server:# modprobe usbip
>> +    server:# modprobe usbip-host
>>       server:# usbipd -D
>>           - Start usbip daemon.
>>
>> base-commit: b3a9e3b9622ae10064826dccb4f7a52bd88c7407
>>
> 
> Looks good. Thanks for fixing this.
> 
> Acked-by: Shuah Khan <skhan@linuxfoundation.org>
> 

+ Adding Greg

Odd. Looks like get_maintainers gave a very old address
for Greg Kroah-Hartman <gregkh@suse.de>.


thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-18 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  0:08 [PATCH] usbip: tools: fix module name in man page Antonio Borneo
2020-06-18 16:56 ` Shuah Khan
2020-06-18 17:41   ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).