From f4b501b356fb77c2db87209cd41f54ffd02c5637 Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Fri, 14 Apr 2006 09:36:50 +0000 Subject: rm trailing whitespace --- sys/arch/mac68k/dev/nubus.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/arch/mac68k/dev/nubus.h') diff --git a/sys/arch/mac68k/dev/nubus.h b/sys/arch/mac68k/dev/nubus.h index 670750c0d3e..eefdfa6255e 100644 --- a/sys/arch/mac68k/dev/nubus.h +++ b/sys/arch/mac68k/dev/nubus.h @@ -47,7 +47,7 @@ #define NUBUS_CATEGORY_BOARD 0x0001 #define NUBUS_TYPE_BOARD 0x0000 /* We want these for minimal board */ -#define NUBUS_DRSW_BOARD 0x0000 /* ROMs that come with nothing but */ +#define NUBUS_DRSW_BOARD 0x0000 /* ROMs that come with nothing but */ #define NUBUS_DRHW_BOARD 0x0000 /* a board resource (old NI_GPIB) */ #define NUBUS_CATEGORY_DISPLAY 0x0003 @@ -243,8 +243,8 @@ typedef struct _nubus_rsrc { } nubus_rsrc; /* - * On a NuBus master, an sMemory resource (this is a second-level - * resource list) holds a list of address ranges for onboard + * On a NuBus master, an sMemory resource (this is a second-level + * resource list) holds a list of address ranges for onboard * RAM, ROM and IO resources. */ typedef struct _nubus_smem_range { @@ -254,11 +254,11 @@ typedef struct _nubus_smem_range { /* * XXX This is mapped on the range list we get back out of the sMemory - * resources. I would have liked the range[] array to be of undefined + * resources. I would have liked the range[] array to be of undefined * size but the compiler does not let me. - * Maybe it's just too much grief, and we should work with an array + * Maybe it's just too much grief, and we should work with an array * of u_int32_t. - */ + */ typedef struct _nubus_smem_rangelist { u_int32_t length; nubus_smem_range range[1]; -- cgit v1.2.3