Prev: [patch 048/149] PCI: Disable MSI for MCP55 on P5N32-E SLI
Next: [patch 067/149] xtensa: set ARCH_KMALLOC_MINALIGN
From: Uwe Kleine-König on 1 Jul 2010 14:50 Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- drivers/staging/usbip/usbip_common.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/usbip/usbip_common.h b/drivers/staging/usbip/usbip_common.h index e1bbd12..d280e23 100644 --- a/drivers/staging/usbip/usbip_common.h +++ b/drivers/staging/usbip/usbip_common.h @@ -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; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |