diff options
author | imp <imp@FreeBSD.org> | 2012-06-13 05:02:51 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2012-06-13 05:02:51 +0000 |
commit | e9a3ea52432e88e05b37d79a2d76aaf8afaefa7f (patch) | |
tree | a6ac72a3cc942a9deec9340b49338efe4b0f948c /sys/arm/include/param.h | |
parent | 8357ee537019bc93a535c37e3302d55c4572dd40 (diff) | |
download | FreeBSD-src-e9a3ea52432e88e05b37d79a2d76aaf8afaefa7f.zip FreeBSD-src-e9a3ea52432e88e05b37d79a2d76aaf8afaefa7f.tar.gz |
trim trailing whitespace
Diffstat (limited to 'sys/arm/include/param.h')
-rw-r--r-- | sys/arm/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h index 3d685e7..bb76c5f 100644 --- a/sys/arm/include/param.h +++ b/sys/arm/include/param.h @@ -62,7 +62,7 @@ #define MACHINE_ARCH "arm" #endif #endif -#define MID_MACHINE MID_ARM6 +#define MID_MACHINE MID_ARM6 #if defined(SMP) || defined(KLD_MODULE) #ifndef MAXCPU @@ -78,7 +78,7 @@ * ALIGNED_POINTER is a boolean macro that checks whether an address * is valid to fetch data elements of type t from on this architecture. * This does not reflect the optimal alignment, just the possibility - * (within reasonable limits). + * (within reasonable limits). */ #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) |