Skip to content

Commit

Permalink
FRV: Fix indentation errors to keep git-am happy when moving arch hea…
Browse files Browse the repository at this point in the history
…der files

Fix indentation errors to keep git-am happy when moving arch header files.

Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
David Howells committed Apr 10, 2009
1 parent 62b8e68 commit 1879346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/asm-frv/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ struct thread_info {
int preempt_count; /* 0 => preemptable, <0 => BUG */

mm_segment_t addr_limit; /* thread address space:
0-0xBFFFFFFF for user-thead
0-0xFFFFFFFF for kernel-thread
*/
* 0-0xBFFFFFFF for user-thead
* 0-0xFFFFFFFF for kernel-thread
*/
struct restart_block restart_block;

__u8 supervisor_stack[0];
Expand Down

0 comments on commit 1879346

Please sign in to comment.