From 27986dd44cbc4298c4f0cb90fdae98cb2d2a8751 Mon Sep 17 00:00:00 2001 From: Nava kishore Manne Date: Fri, 26 Oct 2018 12:44:13 +0530 Subject: [PATCH] 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 --- drivers/firmware/xilinx/zynqmp/firmware.c | 6 +++--- drivers/fpga/zynqmp-fpga.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.39.2