diff options
author | Tom Rix <trix@redhat.com> | 2021-06-08 23:23:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-09 14:51:25 +0200 |
commit | 8923557bd579f303088c1a20dc0b93669c7f8695 (patch) | |
tree | c0af7ebafca3624d7d89009268b828ec396bc3e1 /drivers/fpga | |
parent | fpga: of-fpga-region: change FPGA indirect article to an (diff) | |
download | linux-8923557bd579f303088c1a20dc0b93669c7f8695.tar.xz linux-8923557bd579f303088c1a20dc0b93669c7f8695.zip |
fpga: stratix10-soc: 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-12-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fpga')
-rw-r--r-- | drivers/fpga/stratix10-soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/stratix10-soc.c b/drivers/fpga/stratix10-soc.c index 657a70c5fc99..2aeb53f8e9d0 100644 --- a/drivers/fpga/stratix10-soc.c +++ b/drivers/fpga/stratix10-soc.c @@ -271,7 +271,7 @@ static int s10_send_buf(struct fpga_manager *mgr, const char *buf, size_t count) } /* - * Send a FPGA image to privileged layers to write to the FPGA. When done + * Send an FPGA image to privileged layers to write to the FPGA. When done * sending, free all service layer buffers we allocated in write_init. */ static int s10_ops_write(struct fpga_manager *mgr, const char *buf, |