diff mbox

drivers:isdn:istream.c Fix typo pice to piece

Message ID 1298269881-2754-1-git-send-email-justinmattock@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Justin Mattock Feb. 21, 2011, 6:31 a.m. UTC
The below patch changes a typo "pice" to "piece"

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/isdn/hardware/eicon/istream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Jiri Kosina March 1, 2011, 2:21 p.m. UTC | #1
On Sun, 20 Feb 2011, Justin P. Mattock wrote:

> The below patch changes a typo "pice" to "piece"
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  drivers/isdn/hardware/eicon/istream.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/isdn/hardware/eicon/istream.c b/drivers/isdn/hardware/eicon/istream.c
> index 18f8798..7bd5baa 100644
> --- a/drivers/isdn/hardware/eicon/istream.c
> +++ b/drivers/isdn/hardware/eicon/istream.c
> @@ -62,7 +62,7 @@ void diva_xdi_provide_istream_info (ADAPTER* a,
>    stream interface.
>    If synchronous service was requested, then function
>    does return amount of data written to stream.
> -  'final' does indicate that pice of data to be written is
> +  'final' does indicate that piece of data to be written is
>    final part of frame (necessary only by structured datatransfer)
>    return  0 if zero lengh packet was written
>    return -1 if stream is full

Applied.
Jiri Kosina March 1, 2011, 2:47 p.m. UTC | #2
On Tue, 1 Mar 2011, Jiri Kosina wrote:

> > The below patch changes a typo "pice" to "piece"
> > 
> > Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> > 
> > ---
> >  drivers/isdn/hardware/eicon/istream.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/isdn/hardware/eicon/istream.c b/drivers/isdn/hardware/eicon/istream.c
> > index 18f8798..7bd5baa 100644
> > --- a/drivers/isdn/hardware/eicon/istream.c
> > +++ b/drivers/isdn/hardware/eicon/istream.c
> > @@ -62,7 +62,7 @@ void diva_xdi_provide_istream_info (ADAPTER* a,
> >    stream interface.
> >    If synchronous service was requested, then function
> >    does return amount of data written to stream.
> > -  'final' does indicate that pice of data to be written is
> > +  'final' does indicate that piece of data to be written is
> >    final part of frame (necessary only by structured datatransfer)
> >    return  0 if zero lengh packet was written
> >    return -1 if stream is full
> 
> Applied.

Bah, I had broken local clone of linux-next, I see it's already there.

Sorry for the noise.
diff mbox

Patch

diff --git a/drivers/isdn/hardware/eicon/istream.c b/drivers/isdn/hardware/eicon/istream.c
index 18f8798..7bd5baa 100644
--- a/drivers/isdn/hardware/eicon/istream.c
+++ b/drivers/isdn/hardware/eicon/istream.c
@@ -62,7 +62,7 @@  void diva_xdi_provide_istream_info (ADAPTER* a,
   stream interface.
   If synchronous service was requested, then function
   does return amount of data written to stream.
-  'final' does indicate that pice of data to be written is
+  'final' does indicate that piece of data to be written is
   final part of frame (necessary only by structured datatransfer)
   return  0 if zero lengh packet was written
   return -1 if stream is full