summaryrefslogtreecommitdiff
path: root/stand/uboot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-03-12 21:39:27 +0000
committerWarner Losh <imp@FreeBSD.org>2018-03-12 21:39:27 +0000
commitb3a2aad11e983db76c5266df3ae7c92cf349849e (patch)
treee36068714275fd9fc6caede47bd5f00d499c109b /stand/uboot
parenta5b0fd9ca92d1b17d5b532587efa3bd52cb8a0c0 (diff)
downloadsrc-test-b3a2aad11e983db76c5266df3ae7c92cf349849e.tar.gz
src-test-b3a2aad11e983db76c5266df3ae7c92cf349849e.zip
Minor cosmetic changes.
Make sure { on the same line as struct for all struct *devdesc. Move some type definitions to next to the dv_type define, since that's what sets the d_type.
Notes
Notes: svn path=/head/; revision=330806
Diffstat (limited to 'stand/uboot')
-rw-r--r--stand/uboot/lib/libuboot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stand/uboot/lib/libuboot.h b/stand/uboot/lib/libuboot.h
index c6cf93cb0ad59..efb789099e467 100644
--- a/stand/uboot/lib/libuboot.h
+++ b/stand/uboot/lib/libuboot.h
@@ -27,8 +27,8 @@
* $FreeBSD$
*/
-struct uboot_devdesc
-{
+/* Note: Must match the 'struct devdesc' in stand.h */
+struct uboot_devdesc {
struct devsw *d_dev;
int d_type;
int d_unit;