All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: fix missing space typo in doc
@ 2009-06-06 17:06 Németh Márton
  2009-06-08  9:57 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Németh Márton @ 2009-06-06 17:06 UTC (permalink / raw)
  To: linux-usb, Trivial Patch Monkey; +Cc: LKML

Signed-off-by: Márton Németh <nm127@freemail.hu>
---
--- linux-2.6.30-rc7/Documentation/usb/callbacks.txt.orig	2009-03-24 00:12:14.000000000 +0100
+++ linux-2.6.30-rc7/Documentation/usb/callbacks.txt	2009-06-03 19:51:07.000000000 +0200
@@ -65,7 +65,7 @@ Accept or decline an interface. If you a
 otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
 genuine error occurred during initialisation which prevented a driver
 from accepting a device that would else have been accepted.
-You are strongly encouraged to use usbcore'sfacility,
+You are strongly encouraged to use usbcore's facility,
 usb_set_intfdata(), to associate a data structure with an interface, so
 that you know which internal state and identity you associate with a
 particular interface. The device will not be suspended and you may do IO

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

* Re: [PATCH] usb: fix missing space typo in doc
  2009-06-06 17:06 [PATCH] usb: fix missing space typo in doc Németh Márton
@ 2009-06-08  9:57 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2009-06-08  9:57 UTC (permalink / raw)
  To: Németh Márton; +Cc: linux-usb, LKML

[-- Attachment #1: Type: TEXT/PLAIN, Size: 961 bytes --]

On Sat, 6 Jun 2009, Németh Márton wrote:

> Signed-off-by: Márton Németh <nm127@freemail.hu>
> ---
> --- linux-2.6.30-rc7/Documentation/usb/callbacks.txt.orig	2009-03-24 00:12:14.000000000 +0100
> +++ linux-2.6.30-rc7/Documentation/usb/callbacks.txt	2009-06-03 19:51:07.000000000 +0200
> @@ -65,7 +65,7 @@ Accept or decline an interface. If you a
>  otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
>  genuine error occurred during initialisation which prevented a driver
>  from accepting a device that would else have been accepted.
> -You are strongly encouraged to use usbcore'sfacility,
> +You are strongly encouraged to use usbcore's facility,
>  usb_set_intfdata(), to associate a data structure with an interface, so
>  that you know which internal state and identity you associate with a
>  particular interface. The device will not be suspended and you may do IO

Applied to trivial tree, thanks.

-- 
Jiri Kosina
SUSE Labs

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

end of thread, other threads:[~2009-06-08  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-06 17:06 [PATCH] usb: fix missing space typo in doc Németh Márton
2009-06-08  9:57 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.