Skip to content

Commit

Permalink
[IA64] whitespace fixes for include/asm-ia64/sal.h
Browse files Browse the repository at this point in the history
* Make use of spaces and tabs consistent
* Make long line < 80col

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Horms authored and Tony Luck committed Mar 8, 2007
1 parent 396e8e7 commit 860abe8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/asm-ia64/sal.h
Original file line number Diff line number Diff line change
Expand Up @@ -847,12 +847,13 @@ extern int ia64_sal_oemcall_reentrant(struct ia64_sal_retval *, u64, u64, u64,
*/
struct sal_to_os_boot {
u64 rr[8]; /* Region Registers */
u64 br[6]; /* br0: return addr into SAL boot rendez routine */
u64 br[6]; /* br0:
* return addr into SAL boot rendez routine */
u64 gr1; /* SAL:GP */
u64 gr12; /* SAL:SP */
u64 gr13; /* SAL: Task Pointer */
u64 fpsr;
u64 pfs;
u64 pfs;
u64 rnat;
u64 unat;
u64 bspstore;
Expand Down

0 comments on commit 860abe8

Please sign in to comment.