summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2021-06-08 14:23:46 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-06-09 14:51:25 +0200
commit895ec9c09aa77e9f0129576995cb21191d3958f1 (patch)
tree2748943c6dd5d3973966a06edd898ac08222bdfd /include
parente7555cf6c263d95d2bb2bddb5bb57c240f0d608a (diff)
downloadlinux-895ec9c09aa77e9f0129576995cb21191d3958f1.tar.gz
fpga-mgr: 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-9-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fpga/fpga-mgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fpga/fpga-mgr.h b/include/linux/fpga/fpga-mgr.h
index 2bc3030a69e5..ec2cd8bfceb0 100644
--- a/include/linux/fpga/fpga-mgr.h
+++ b/include/linux/fpga/fpga-mgr.h
@@ -75,7 +75,7 @@ enum fpga_mgr_states {
 #define FPGA_MGR_COMPRESSED_BITSTREAM	BIT(4)
 
 /**
- * struct fpga_image_info - information specific to a FPGA image
+ * struct fpga_image_info - information specific to an FPGA image
  * @flags: boolean flags as defined above
  * @enable_timeout_us: maximum time to enable traffic through bridge (uSec)
  * @disable_timeout_us: maximum time to disable traffic through bridge (uSec)