Merge branch 'kvm-arm/vgic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / arch / mips / cavium-octeon / executive / cvmx-sysinfo.c
index 8b18a20cc7b3aace25c1cf60bdcdc7fc00958148..3d17fac293597a2b53bb9e9db19e679807423f89 100644 (file)
@@ -74,26 +74,26 @@ EXPORT_SYMBOL(cvmx_sysinfo_get);
 
 /**
  * This function is used in non-simple executive environments (such as
- * Linux kernel, u-boot, etc.)  to configure the minimal fields that
+ * Linux kernel, u-boot, etc.) to configure the minimal fields that
  * are required to use simple executive files directly.
  *
  * Locking (if required) must be handled outside of this
  * function
  *
  * @phy_mem_desc_ptr:
- *                   Pointer to global physical memory descriptor
- *                   (bootmem descriptor) @board_type: Octeon board
- *                   type enumeration
+ *                  Pointer to global physical memory descriptor
+ *                  (bootmem descriptor) @board_type: Octeon board
+ *                  type enumeration
  *
  * @board_rev_major:
- *                   Board major revision
+ *                  Board major revision
  * @board_rev_minor:
- *                   Board minor revision
+ *                  Board minor revision
  * @cpu_clock_hz:
- *                   CPU clock freqency in hertz
+ *                  CPU clock freqency in hertz
  *
  * Returns 0: Failure
- *         1: success
+ *        1: success
  */
 int cvmx_sysinfo_minimal_initialize(void *phy_mem_desc_ptr,
                                    uint16_t board_type,