From: Todd Poynor Date: Tue, 17 Jul 2018 20:56:43 +0000 (-0700) Subject: staging: gasket: fix typo in gasket_core.h comments X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=920953ab4ed51fb2c971822dc593ca132913a4d2;p=openwrt%2Fstaging%2Fblogic.git staging: gasket: fix typo in gasket_core.h comments Grammar fixup in gasket_core.h comments describing struct gasket_interrupt_desc. Signed-off-by: Todd Poynor Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gasket/gasket_core.h b/drivers/staging/gasket/gasket_core.h index e51acadc0fc4..94a5537bff2c 100644 --- a/drivers/staging/gasket/gasket_core.h +++ b/drivers/staging/gasket/gasket_core.h @@ -56,7 +56,7 @@ enum gasket_interrupt_type { /* Used to describe a Gasket interrupt. Contains an interrupt index, a register, * 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. */ struct gasket_interrupt_desc {