diff options
author | Justin Mattock <justinmattock@gmail.com> | 2011-02-20 20:31:21 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-28 12:07:32 -0800 |
commit | 19d73f3c6fe86dca01e409f226ec51a0fde9662e (patch) | |
tree | ee3bf8b4c10e330c379f19e2b65d29cd013c517f /drivers | |
parent | 27aadb615a2d767d629966e88dc7212ceb7c712e (diff) | |
download | linux-19d73f3c6fe86dca01e409f226ec51a0fde9662e.tar.bz2 |
drivers:isdn:istream.c Fix typo pice to piece
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | 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 18f8798442fa..7bd5baa547be 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 |