]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
firmware: zynqmp: Fix chip-id kerneldoc format
authorMichal Simek <michal.simek@xilinx.com>
Wed, 20 Mar 2019 14:14:17 +0000 (15:14 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 1 Apr 2019 10:47:42 +0000 (12:47 +0200)
Use tabs instead of spaces.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/firmware/xilinx/zynqmp.c

index 16a23bc4c2c3b8e2cec176d759e223f9abc0afb8..e4d161ee05dbc8008835147f0c505f413b4cb42c 100644 (file)
@@ -188,11 +188,11 @@ static int zynqmp_pm_get_api_version(u32 *version)
 
 /**
  * zynqmp_pm_get_chipid - Get silicon ID registers
- * @idcode:     IDCODE register
- * @version:    version register
+ * @idcode:    IDCODE register
+ * @version:   version register
  *
- * Return:      Returns the status of the operation and the idcode and version
- *              registers in @idcode and @version.
+ * Return:     Returns the status of the operation and the idcode and version
+ *             registers in @idcode and @version.
  */
 static int zynqmp_pm_get_chipid(u32 *idcode, u32 *version)
 {