Message ID | 20210608212350.3029742-1-trix@redhat.com |
---|---|
Headers | show |
Series | fpga: change FPGA indirect article to an | expand |
From: Tom Rix <trix@redhat.com>
A treewide followup of
https://lore.kernel.org/linux-fpga/2faf6ccb-005b-063a-a2a3-e177082c4b3c@silicom.dk/
Change the use of 'a fpga' to 'an fpga'
Ref usage in wiki
https://en.wikipedia.org/wiki/Field-programmable_gate_array
and Intel's 'FPGAs For Dummies'
https://plan.seek.intel.com/PSG_WW_NC_LPCD_FR_2018_FPGAforDummiesbook
Change was mechanical
!/bin/sh
for f in `find . -type f`; do
sed -i.bak 's/ a fpga/ an fpga/g' $f
sed -i.bak 's/ A fpga/ An fpga/g' $f
sed -i.bak 's/ a FPGA/ an FPGA/g' $f
sed -i.bak 's/ A FPGA/ An FPGA/g' $f
done
Tom Rix (11):
dt-bindings: fpga: fpga-region: change FPGA indirect article to an
Documentation: fpga: dfl: change FPGA indirect article to an
Documentation: ocxl.rst: change FPGA indirect article to an
crypto: marvell: cesa: change FPGA indirect article to an
fpga: change FPGA indirect article to an
fpga: bridge: change FPGA indirect article to an
fpga-mgr: change FPGA indirect article to an
fpga: region: change FPGA indirect article to an
fpga: of-fpga-region: change FPGA indirect article to an
fpga: stratix10-soc: change FPGA indirect article to an
staging: fpgaboot: change FPGA indirect article to an
.../devicetree/bindings/fpga/fpga-region.txt | 22 +++++++++----------
Documentation/fpga/dfl.rst | 4 ++--
.../userspace-api/accelerators/ocxl.rst | 2 +-
drivers/crypto/marvell/cesa/cesa.h | 2 +-
drivers/fpga/Kconfig | 4 ++--
drivers/fpga/fpga-bridge.c | 22 +++++++++----------
drivers/fpga/fpga-mgr.c | 22 +++++++++----------
drivers/fpga/fpga-region.c | 14 ++++++------
drivers/fpga/of-fpga-region.c | 8 +++----
drivers/fpga/stratix10-soc.c | 2 +-
drivers/staging/gs_fpgaboot/README | 2 +-
include/linux/fpga/fpga-bridge.h | 2 +-
include/linux/fpga/fpga-mgr.h | 2 +-
13 files changed, 54 insertions(+), 54 deletions(-)
On 9/6/21 7:23 am, trix@redhat.com wrote: > From: Tom Rix <trix@redhat.com> > > Change use of 'a fpga' to 'an fpga' > > Signed-off-by: Tom Rix <trix@redhat.com> Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
From: Tom Rix <trix@redhat.com> A treewide followup of https://lore.kernel.org/linux-fpga/2faf6ccb-005b-063a-a2a3-e177082c4b3c@silicom.dk/ Change the use of 'a fpga' to 'an fpga' Ref usage in wiki https://en.wikipedia.org/wiki/Field-programmable_gate_array and Intel's 'FPGAs For Dummies' https://plan.seek.intel.com/PSG_WW_NC_LPCD_FR_2018_FPGAforDummiesbook Change was mechanical !/bin/sh for f in `find . -type f`; do sed -i.bak 's/ a fpga/ an fpga/g' $f sed -i.bak 's/ A fpga/ An fpga/g' $f sed -i.bak 's/ a FPGA/ an FPGA/g' $f sed -i.bak 's/ A FPGA/ An FPGA/g' $f done Tom Rix (11): dt-bindings: fpga: fpga-region: change FPGA indirect article to an Documentation: fpga: dfl: change FPGA indirect article to an Documentation: ocxl.rst: change FPGA indirect article to an crypto: marvell: cesa: change FPGA indirect article to an fpga: change FPGA indirect article to an fpga: bridge: change FPGA indirect article to an fpga-mgr: change FPGA indirect article to an fpga: region: change FPGA indirect article to an fpga: of-fpga-region: change FPGA indirect article to an fpga: stratix10-soc: change FPGA indirect article to an staging: fpgaboot: change FPGA indirect article to an .../devicetree/bindings/fpga/fpga-region.txt | 22 +++++++++---------- Documentation/fpga/dfl.rst | 4 ++-- .../userspace-api/accelerators/ocxl.rst | 2 +- drivers/crypto/marvell/cesa/cesa.h | 2 +- drivers/fpga/Kconfig | 4 ++-- drivers/fpga/fpga-bridge.c | 22 +++++++++---------- drivers/fpga/fpga-mgr.c | 22 +++++++++---------- drivers/fpga/fpga-region.c | 14 ++++++------ drivers/fpga/of-fpga-region.c | 8 +++---- drivers/fpga/stratix10-soc.c | 2 +- drivers/staging/gs_fpgaboot/README | 2 +- include/linux/fpga/fpga-bridge.h | 2 +- include/linux/fpga/fpga-mgr.h | 2 +- 13 files changed, 54 insertions(+), 54 deletions(-)