aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorMatteo Croce <mcroce@redhat.com>2019-01-04 22:31:52 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2019-01-14 20:39:27 +1100
commit3b702ddd066813952154c22dd76d3b0c10644940 (patch)
treede7b9ad7fdb4d279a6f42acccb4b661dd1905f0f /arch/powerpc/include
parentpowerpc: use a CONSOLE_LOGLEVEL_DEBUG macro (diff)
downloadlinux-dev-3b702ddd066813952154c22dd76d3b0c10644940.tar.xz
linux-dev-3b702ddd066813952154c22dd76d3b0c10644940.zip
powerpc/hvsi: Fix spelling mistake: "lenght" should be "length"
Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include')
-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 */