summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-12-14 12:19:40 +0000
committerrwatson <rwatson@FreeBSD.org>2007-12-14 12:19:40 +0000
commit13249770e7fbd904efe81c117fa1908ce8e6a6fb (patch)
treee11ac57215fcc563b4809c01ca4c58056ab489b1
parenta1830118bafa4cb5662e20cb077d13f7a800d0f7 (diff)
downloadFreeBSD-src-13249770e7fbd904efe81c117fa1908ce8e6a6fb.zip
FreeBSD-src-13249770e7fbd904efe81c117fa1908ce8e6a6fb.tar.gz
Minor style consistency improvements.
-rw-r--r--sys/sys/kerneldump.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/kerneldump.h b/sys/sys/kerneldump.h
index b508b6e..e002384 100644
--- a/sys/sys/kerneldump.h
+++ b/sys/sys/kerneldump.h
@@ -70,7 +70,7 @@ struct kerneldumpheader {
#define KERNELDUMP_IA64_VERSION 1
#define KERNELDUMP_SPARC64_VERSION 1
#define KERNELDUMP_AMD64_VERSION 2
-#define KERNELDUMP_ARM_VERSION 1
+#define KERNELDUMP_ARM_VERSION 1
uint64_t dumplength; /* excl headers */
uint64_t dumptime;
uint32_t blocksize;
@@ -96,5 +96,4 @@ kerneldump_parity(struct kerneldumpheader *kdhp)
return (parity);
}
-
#endif /* _SYS_KERNELDUMP_H */
OpenPOWER on IntegriCloud