aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/iec68113.h
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2014-09-27 16:50:21 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2014-09-27 16:50:21 +0000
commit23667f089d0aaf2c46f7d80ef5648cfa60f30cd0 (patch)
tree591bf7844340fed65d59a16ed4b1829b64b503a2 /sys/dev/firewire/iec68113.h
parentb50afa88b0ffa6412f7d50001ad1d21416dcd7c7 (diff)
downloadsrc-23667f089d0aaf2c46f7d80ef5648cfa60f30cd0.tar.gz
src-23667f089d0aaf2c46f7d80ef5648cfa60f30cd0.zip
Remove obsolete compatibility glue and improve firewire code readability.
Commit my version of style(9) pass over the firewire code. Now that other people have started changing the code carrying this is as a local patch is not longer a viable option. MFC after: 1 month
Notes
Notes: svn path=/head/; revision=272214
Diffstat (limited to 'sys/dev/firewire/iec68113.h')
-rw-r--r--sys/dev/firewire/iec68113.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/iec68113.h b/sys/dev/firewire/iec68113.h
index 11f3042ff9b0..393d93156b7d 100644
--- a/sys/dev/firewire/iec68113.h
+++ b/sys/dev/firewire/iec68113.h
@@ -97,7 +97,7 @@ struct ciphdr {
} fdf;
};
-struct dvdbc{
+struct dvdbc {
#if BYTE_ORDER == BIG_ENDIAN
uint8_t sct:3, /* Section type */
:1, /* Reserved */