Skip to content

Commit

Permalink
m68k: reformat various m68k files
Browse files Browse the repository at this point in the history
Reformat various m68k files, so they actually look like Linux sources.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed May 5, 2007
1 parent b3e2fd9 commit 6ff5801
Show file tree
Hide file tree
Showing 10 changed files with 1,865 additions and 1,925 deletions.
1,076 changes: 536 additions & 540 deletions arch/m68k/amiga/config.c

Large diffs are not rendered by default.

989 changes: 472 additions & 517 deletions arch/m68k/atari/config.c

Large diffs are not rendered by default.

474 changes: 234 additions & 240 deletions arch/m68k/atari/debug.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion arch/m68k/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ sys_call_table:
.long sys_tgkill /* 265 */
.long sys_utimes
.long sys_fadvise64_64
.long sys_mbind
.long sys_mbind
.long sys_get_mempolicy
.long sys_set_mempolicy /* 270 */
.long sys_mq_open
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -3195,7 +3195,7 @@ func_start serial_putc,%d0/%d1/%a0/%a1
jbra L(serial_putc_done)
3:
#endif

L(serial_putc_done):
func_return serial_putc

Expand Down
Loading

0 comments on commit 6ff5801

Please sign in to comment.