Skip to content

Commit 282eaa6

Browse files
Giovanni Gherdovichgregkh
authored andcommitted
staging: octeon: indent with tabs instead of spaces
Remove a coding style error from the Octeon driver's tree and keep checkpatch.pl a little quieter. Being a white-spaces patch the chances of breakage are minimal; we don't have the hardware to run this driver so we built it with COMPILE_TEST enabled on an x86 machine. Signed-off-by: Giovanni Gherdovich <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5618332 commit 282eaa6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

drivers/staging/octeon/octeon-stubs.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,22 +1140,22 @@ union cvmx_npi_rsl_int_blocks {
11401140
union cvmx_pko_command_word0 {
11411141
uint64_t u64;
11421142
struct {
1143-
uint64_t total_bytes:16;
1144-
uint64_t segs:6;
1145-
uint64_t dontfree:1;
1146-
uint64_t ignore_i:1;
1147-
uint64_t ipoffp1:7;
1148-
uint64_t gather:1;
1149-
uint64_t rsp:1;
1150-
uint64_t wqp:1;
1151-
uint64_t n2:1;
1152-
uint64_t le:1;
1153-
uint64_t reg0:11;
1154-
uint64_t subone0:1;
1155-
uint64_t reg1:11;
1156-
uint64_t subone1:1;
1157-
uint64_t size0:2;
1158-
uint64_t size1:2;
1143+
uint64_t total_bytes:16;
1144+
uint64_t segs:6;
1145+
uint64_t dontfree:1;
1146+
uint64_t ignore_i:1;
1147+
uint64_t ipoffp1:7;
1148+
uint64_t gather:1;
1149+
uint64_t rsp:1;
1150+
uint64_t wqp:1;
1151+
uint64_t n2:1;
1152+
uint64_t le:1;
1153+
uint64_t reg0:11;
1154+
uint64_t subone0:1;
1155+
uint64_t reg1:11;
1156+
uint64_t subone1:1;
1157+
uint64_t size0:2;
1158+
uint64_t size1:2;
11591159
} s;
11601160
};
11611161

0 commit comments

Comments
 (0)