Commit 920953ab authored by Todd Poynor's avatar Todd Poynor Committed by Greg Kroah-Hartman

staging: gasket: fix typo in gasket_core.h comments

Grammar fixup in gasket_core.h comments describing struct
gasket_interrupt_desc.
Signed-off-by: default avatarTodd Poynor <toddpoynor@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7e8a450a
...@@ -56,7 +56,7 @@ enum gasket_interrupt_type { ...@@ -56,7 +56,7 @@ enum gasket_interrupt_type {
/* Used to describe a Gasket interrupt. Contains an interrupt index, a register, /* Used to describe a Gasket interrupt. Contains an interrupt index, a register,
* and packing data for that interrupt. The register and packing data * and packing data for that interrupt. The register and packing data
* fields is relevant only for PCI_MSIX interrupt type and can be * fields are relevant only for PCI_MSIX interrupt type and can be
* set to 0 for everything else. * set to 0 for everything else.
*/ */
struct gasket_interrupt_desc { struct gasket_interrupt_desc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment