diff options
Diffstat (limited to 'arch/mips/cavium-octeon/executive/cvmx-helper.c')
-rw-r--r-- | arch/mips/cavium-octeon/executive/cvmx-helper.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/cavium-octeon/executive/cvmx-helper.c b/arch/mips/cavium-octeon/executive/cvmx-helper.c index fa4963856353..d63d20dfbfb0 100644 --- a/arch/mips/cavium-octeon/executive/cvmx-helper.c +++ b/arch/mips/cavium-octeon/executive/cvmx-helper.c | |||
@@ -111,7 +111,7 @@ int cvmx_helper_ports_on_interface(int interface) | |||
111 | * @interface: Interface to probe | 111 | * @interface: Interface to probe |
112 | * | 112 | * |
113 | * Returns Mode of the interface. Unknown or unsupported interfaces return | 113 | * Returns Mode of the interface. Unknown or unsupported interfaces return |
114 | * DISABLED. | 114 | * DISABLED. |
115 | */ | 115 | */ |
116 | cvmx_helper_interface_mode_t cvmx_helper_interface_get_mode(int interface) | 116 | cvmx_helper_interface_mode_t cvmx_helper_interface_get_mode(int interface) |
117 | { | 117 | { |
@@ -187,7 +187,7 @@ cvmx_helper_interface_mode_t cvmx_helper_interface_get_mode(int interface) | |||
187 | * the defines in executive-config.h. | 187 | * the defines in executive-config.h. |
188 | * | 188 | * |
189 | * @ipd_port: Port to configure. This follows the IPD numbering, not the | 189 | * @ipd_port: Port to configure. This follows the IPD numbering, not the |
190 | * per interface numbering | 190 | * per interface numbering |
191 | * | 191 | * |
192 | * Returns Zero on success, negative on failure | 192 | * Returns Zero on success, negative on failure |
193 | */ | 193 | */ |
@@ -591,7 +591,7 @@ static int __cvmx_helper_packet_hardware_enable(int interface) | |||
591 | * Function to adjust internal IPD pointer alignments | 591 | * Function to adjust internal IPD pointer alignments |
592 | * | 592 | * |
593 | * Returns 0 on success | 593 | * Returns 0 on success |
594 | * !0 on failure | 594 | * !0 on failure |
595 | */ | 595 | */ |
596 | int __cvmx_helper_errata_fix_ipd_ptr_alignment(void) | 596 | int __cvmx_helper_errata_fix_ipd_ptr_alignment(void) |
597 | { | 597 | { |
@@ -1068,9 +1068,9 @@ int cvmx_helper_link_set(int ipd_port, cvmx_helper_link_info_t link_info) | |||
1068 | * | 1068 | * |
1069 | * @ipd_port: IPD/PKO port to loopback. | 1069 | * @ipd_port: IPD/PKO port to loopback. |
1070 | * @enable_internal: | 1070 | * @enable_internal: |
1071 | * Non zero if you want internal loopback | 1071 | * Non zero if you want internal loopback |
1072 | * @enable_external: | 1072 | * @enable_external: |
1073 | * Non zero if you want external loopback | 1073 | * Non zero if you want external loopback |
1074 | * | 1074 | * |
1075 | * Returns Zero on success, negative on failure. | 1075 | * Returns Zero on success, negative on failure. |
1076 | */ | 1076 | */ |