]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
fpga: Fix bitstream typo error
authorNava kishore Manne <nava.manne@xilinx.com>
Fri, 26 Oct 2018 07:14:13 +0000 (12:44 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 7 Nov 2018 10:06:10 +0000 (11:06 +0100)
This patch fix Bitstream typo error.
No functional changes.

Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/firmware/xilinx/zynqmp/firmware.c
drivers/fpga/zynqmp-fpga.c

index b049d2c55ecb40d33a7c11b04c50880ed7ad3de4..dfbbe8c6442dc9eacab069f5ffda7031ac4ef422 100644 (file)
@@ -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.
index 64fbb3496748bf05b25b7bda67d29adef9975495..14b1759d9c451e1f2cb488a69af2af4de13c9641 100644 (file)
@@ -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;