Skip to content

Commit 1879346

Browse files
committed
FRV: Fix indentation errors to keep git-am happy when moving arch header files
Fix indentation errors to keep git-am happy when moving arch header files. Signed-off-by: David Howells <dhowells@redhat.com>
1 parent 62b8e68 commit 1879346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/asm-frv/thread_info.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ struct thread_info {
3838
int preempt_count; /* 0 => preemptable, <0 => BUG */
3939

4040
mm_segment_t addr_limit; /* thread address space:
41-
0-0xBFFFFFFF for user-thead
42-
0-0xFFFFFFFF for kernel-thread
43-
*/
41+
* 0-0xBFFFFFFF for user-thead
42+
* 0-0xFFFFFFFF for kernel-thread
43+
*/
4444
struct restart_block restart_block;
4545

4646
__u8 supervisor_stack[0];

0 commit comments

Comments
 (0)