aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/asm
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-03-23 15:50:01 +0000
committerEd Maste <emaste@FreeBSD.org>2018-03-23 15:50:01 +0000
commit8363051739fb8cc688255328a3d641dc9fe4718c (patch)
treeb75bd0cd55aa16feb03c16e5e5545faa7a021896 /sys/compat/linuxkpi/common/include/asm
parent68478431e006e2db94089ab0c1f411f7a75ef724 (diff)
downloadsrc-8363051739fb8cc688255328a3d641dc9fe4718c.tar.gz
src-8363051739fb8cc688255328a3d641dc9fe4718c.zip
linuxkpi whitespace cleanup
Reviewed by: hselasky, markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D14807
Notes
Notes: svn path=/head/; revision=331433
Diffstat (limited to 'sys/compat/linuxkpi/common/include/asm')
-rw-r--r--sys/compat/linuxkpi/common/include/asm/byteorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/asm/byteorder.h b/sys/compat/linuxkpi/common/include/asm/byteorder.h
index fcdb5f58f789..0a6c2b039c66 100644
--- a/sys/compat/linuxkpi/common/include/asm/byteorder.h
+++ b/sys/compat/linuxkpi/common/include/asm/byteorder.h
@@ -87,7 +87,7 @@
static inline void
be16_add_cpu(uint16_t *var, uint16_t val)
-{
+{
*var = cpu_to_be16(be16_to_cpu(*var) + val);
}