mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Staging: usbip: fix typos concerning "sequential"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
This commit is contained in:
parent
060132ae42
commit
65cfe8420c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ struct usbip_header_basic {
|
|||
#define USBIP_RET_UNLINK 0x0004
|
||||
__u32 command;
|
||||
|
||||
/* sequencial number which identifies requests.
|
||||
/* sequential number which identifies requests.
|
||||
* incremented per connections */
|
||||
__u32 seqnum;
|
||||
|
||||
|
|
Loading…
Reference in a new issue