summaryrefslogtreecommitdiff
path: root/tprintf.h
diff options
context:
space:
mode:
authorKartik Mistry <kartik@debian.org>2013-05-30 19:40:46 +0530
committerDaniel Borkmann <dborkman@redhat.com>2013-05-30 17:00:54 +0200
commit0239434a6a58ba371ffee9a06b6b7f1e3b9ef72e (patch)
tree572c8c38ab50aaa36d2ea0b425e663608bec75e4 /tprintf.h
parent802845c9f38e7ad05e879a4778d947ad3637d1d3 (diff)
man: manpage hyphen fixes, take three
More hyphen fixes all over. Signed-off-by: Kartik Mistry <kartik@debian.org> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'tprintf.h')
0 files changed, 0 insertions, 0 deletions
;linux\/smp_lock.h>/d' ${file} else sed -i 's/include.*<linux\/smp_lock.h>.*$/include <linux\/mutex.h>/g' ${file} fi sed -i ${file} \ -e "/^#include.*linux.mutex.h/,$ { 1,/^\(static\|int\|long\)/ { /^\(static\|int\|long\)/istatic DEFINE_MUTEX(${name}_mutex); } }" \ -e "s/\(un\)*lock_kernel\>[ ]*()/mutex_\1lock(\&${name}_mutex)/g" \ -e '/[ ]*cycle_kernel_lock();/d' else sed -i -e '/include.*\<smp_lock.h\>/d' ${file} \ -e '/cycle_kernel_lock()/d' fi Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'block/bsg.c')