diff options
author | Ishizaki Kou <kou.ishizaki@toshiba.co.jp> | 2008-03-14 23:19:34 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-17 07:46:10 +1000 |
commit | 2fe37a6ec933ca7332a8ca8d29e87705116afd3a (patch) | |
tree | a114cf4a9313b20dbd09cd81a23cb4dd7d3e9fc2 /arch/powerpc/platforms/celleb/beat.h | |
parent | c7cd5b98072f7e04a50415b9501793bd905ecc16 (diff) | |
download | blackbird-op-linux-2fe37a6ec933ca7332a8ca8d29e87705116afd3a.tar.gz blackbird-op-linux-2fe37a6ec933ca7332a8ca8d29e87705116afd3a.zip |
[POWERPC] celleb: Coding style cleanup
Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/celleb/beat.h')
-rw-r--r-- | arch/powerpc/platforms/celleb/beat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/celleb/beat.h b/arch/powerpc/platforms/celleb/beat.h index ac82ac35b991..32c8efcedc80 100644 --- a/arch/powerpc/platforms/celleb/beat.h +++ b/arch/powerpc/platforms/celleb/beat.h @@ -21,8 +21,8 @@ #ifndef _CELLEB_BEAT_H #define _CELLEB_BEAT_H -int64_t beat_get_term_char(uint64_t,uint64_t*,uint64_t*,uint64_t*); -int64_t beat_put_term_char(uint64_t,uint64_t,uint64_t,uint64_t); +int64_t beat_get_term_char(uint64_t, uint64_t *, uint64_t *, uint64_t *); +int64_t beat_put_term_char(uint64_t, uint64_t, uint64_t, uint64_t); int64_t beat_repository_encode(int, const char *, uint64_t[4]); void beat_restart(char *); void beat_power_off(void); |