diff options
author | Tom Rix <trix@redhat.com> | 2021-06-08 14:23:45 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-09 14:51:25 +0200 |
commit | e7555cf6c263d95d2bb2bddb5bb57c240f0d608a (patch) | |
tree | 59176333a9ed06d7b1b0d485cc904972415dfc23 /include/linux/fpga/fpga-bridge.h | |
parent | df82d2ecd9e85ef32afead1b7f9451c67b4e9a21 (diff) | |
download | linux-e7555cf6c263d95d2bb2bddb5bb57c240f0d608a.tar.gz linux-e7555cf6c263d95d2bb2bddb5bb57c240f0d608a.tar.bz2 linux-e7555cf6c263d95d2bb2bddb5bb57c240f0d608a.zip |
fpga: bridge: change FPGA indirect article to an
Change use of 'a fpga' to 'an fpga'
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20210608212350.3029742-8-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/fpga/fpga-bridge.h')
-rw-r--r-- | include/linux/fpga/fpga-bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fpga/fpga-bridge.h b/include/linux/fpga/fpga-bridge.h index 817600a32c93..6c3c28806ff1 100644 --- a/include/linux/fpga/fpga-bridge.h +++ b/include/linux/fpga/fpga-bridge.h @@ -11,7 +11,7 @@ struct fpga_bridge; /** * struct fpga_bridge_ops - ops for low level FPGA bridge drivers * @enable_show: returns the FPGA bridge's status - * @enable_set: set a FPGA bridge as enabled or disabled + * @enable_set: set an FPGA bridge as enabled or disabled * @fpga_bridge_remove: set FPGA into a specific state during driver remove * @groups: optional attribute groups. */ |