diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2017-07-19 14:42:25 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-30 08:23:27 -0700 |
commit | 87840fb5a9dc934948ef7e067a993423a7a39df9 (patch) | |
tree | 3b977b2309c69d89c3fb81107cd34aa32369c965 /include/linux/msi.h | |
parent | a4b99f3dc3ea2d7da7b0435638731c276a5c9b1e (diff) | |
download | linux-87840fb5a9dc934948ef7e067a993423a7a39df9.tar.gz linux-87840fb5a9dc934948ef7e067a993423a7a39df9.tar.bz2 linux-87840fb5a9dc934948ef7e067a993423a7a39df9.zip |
staging: fsl-mc: add missing fsl_mc comment in struct msi_desc
The mc-bus specific field, fsl_mc in struct msi_desc is missing its
comment so add it.
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/msi.h')
-rw-r--r-- | include/linux/msi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/msi.h b/include/linux/msi.h index df6d59201d31..80e3b562bef6 100644 --- a/include/linux/msi.h +++ b/include/linux/msi.h @@ -66,6 +66,7 @@ struct fsl_mc_msi_desc { * @mask_pos: [PCI MSI] Mask register position * @mask_base: [PCI MSI-X] Mask register base address * @platform: [platform] Platform device specific msi descriptor data + * @fsl_mc: [fsl-mc] FSL MC device specific msi descriptor data */ struct msi_desc { /* Shared device/bus type independent data */ |