aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Croce <[email protected]>2019-01-04 22:31:52 +0100
committerMichael Ellerman <[email protected]>2019-01-14 20:39:27 +1100
commit3b702ddd066813952154c22dd76d3b0c10644940 (patch)
treede7b9ad7fdb4d279a6f42acccb4b661dd1905f0f
parentfae1383b38a105a0454acab19b094c510728fde5 (diff)
powerpc/hvsi: Fix spelling mistake: "lenght" should be "length"
Signed-off-by: Matteo Croce <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
-rw-r--r--arch/powerpc/include/asm/hvsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/hvsi.h b/arch/powerpc/include/asm/hvsi.h
index 3fdc54df63c9..464a7519ed64 100644
--- a/arch/powerpc/include/asm/hvsi.h
+++ b/arch/powerpc/include/asm/hvsi.h
@@ -64,7 +64,7 @@ struct hvsi_priv {
unsigned int inbuf_len; /* data in input buffer */
unsigned char inbuf[HVSI_INBUF_SIZE];
unsigned int inbuf_cur; /* Cursor in input buffer */
- unsigned int inbuf_pktlen; /* packet lenght from cursor */
+ unsigned int inbuf_pktlen; /* packet length from cursor */
atomic_t seqno; /* packet sequence number */
unsigned int opened:1; /* driver opened */
unsigned int established:1; /* protocol established */