diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2014-10-23 14:30:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-27 10:33:12 +0800 |
commit | 9921b74d48bb131ca21e6db84476445070bc23cb (patch) | |
tree | 08317e305c6a84892a892d6e070c3f9ecdba4217 /drivers/staging/unisys/common-spar | |
parent | 6242089330454dd5abb5dcd9726944b0176ed249 (diff) |
staging: unisys: fix misspelled word in controlvmchannel.h
"intrrupt" should be "interrupt" in the comments in controlvmchannel.h.
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/common-spar')
-rw-r--r-- | drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h index 4633b786fd55..a66db7968d6c 100644 --- a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h @@ -127,7 +127,7 @@ struct irq_info { /**< specifies interrupt handle. It is used to retrieve the * corresponding interrupt pin from Monitor; and the * interrupt pin is used to connect to the corresponding - * intrrupt. Used by IOPart-GP only. */ + * interrupt. Used by IOPart-GP only. */ u64 recv_irq_handle; /**< specifies interrupt vector. It, interrupt pin, and shared are |