diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-03-23 15:50:01 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-03-23 15:50:01 +0000 |
commit | 8363051739fb8cc688255328a3d641dc9fe4718c (patch) | |
tree | b75bd0cd55aa16feb03c16e5e5545faa7a021896 /sys/compat/linuxkpi/common/include/linux/spinlock.h | |
parent | 68478431e006e2db94089ab0c1f411f7a75ef724 (diff) | |
download | src-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/linux/spinlock.h')
-rw-r--r-- | sys/compat/linuxkpi/common/include/linux/spinlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/spinlock.h b/sys/compat/linuxkpi/common/include/linux/spinlock.h index d88d2009c6cd..2309794b26ec 100644 --- a/sys/compat/linuxkpi/common/include/linux/spinlock.h +++ b/sys/compat/linuxkpi/common/include/linux/spinlock.h @@ -125,7 +125,7 @@ typedef struct { #ifdef WITNESS_ALL /* NOTE: the maximum WITNESS name is 64 chars */ #define __spin_lock_name(name, file, line) \ - (((const char *){file ":" #line "-" name}) + \ + (((const char *){file ":" #line "-" name}) + \ (sizeof(file) > 16 ? sizeof(file) - 16 : 0)) #else #define __spin_lock_name(name, file, line) name |