Skip to content

Commit

Permalink
drivers:isdn:istream.c Fix typo pice to piece
Browse files Browse the repository at this point in the history
The below patch changes a typo "pice" to "piece"

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Justin Mattock authored and David S. Miller committed Feb 28, 2011
1 parent 27aadb6 commit 19d73f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/isdn/hardware/eicon/istream.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19d73f3

Please sign in to comment.