From: Nava kishore Manne Date: Fri, 26 Oct 2018 07:14:13 +0000 (+0530) Subject: fpga: Fix bitstream typo error X-Git-Tag: xlnx_rebase_v4.14_2018.3~24 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/zynq/linux.git/commitdiff_plain/27986dd44cbc4298c4f0cb90fdae98cb2d2a8751 fpga: Fix bitstream typo error This patch fix Bitstream typo error. No functional changes. Signed-off-by: Nava kishore Manne Signed-off-by: Michal Simek --- diff --git a/drivers/firmware/xilinx/zynqmp/firmware.c b/drivers/firmware/xilinx/zynqmp/firmware.c index b049d2c55ecb..dfbbe8c6442d 100644 --- a/drivers/firmware/xilinx/zynqmp/firmware.c +++ b/drivers/firmware/xilinx/zynqmp/firmware.c @@ -310,9 +310,9 @@ static int zynqmp_pm_reset_get_status(const enum zynqmp_pm_reset reset, * @address: Address to write to * @size: pl bitstream size * @flags: - * BIT(0) - Bit-stream type. - * 0 - Full Bit-stream. - * 1 - Partial Bit-stream. + * BIT(0) - Bitstream type. + * 0 - Full Bitstream. + * 1 - Partial Bitstream. * BIT(1) - Authentication. * 1 - Enable. * 0 - Disable. diff --git a/drivers/fpga/zynqmp-fpga.c b/drivers/fpga/zynqmp-fpga.c index 64fbb3496748..14b1759d9c45 100644 --- a/drivers/fpga/zynqmp-fpga.c +++ b/drivers/fpga/zynqmp-fpga.c @@ -75,7 +75,7 @@ static struct zynqmp_configreg cfgreg[] = { * @lock: Mutex lock for device * @clk: Clock resource for pcap controller * @flags: flags which is used to identify the bitfile type - * @size: Size of the Bit-stream used for readback + * @size: Size of the Bitstream used for readback */ struct zynqmp_fpga_priv { struct device *dev;