mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
Avoids that the checkpatch tool included in kernel 3.6 emits the following warning: WARNING: sizeof *attr should be sizeof(*attr) This patch has been generated by running the following command over the SCST source tree and by reviewing these changes manually: find -name '*.[ch]' | xargs -d\\n sed -i.tmp -e 's/sizeof *\([^(][^(),; ]*\)/sizeof(\1)/g' From: Bart Van Assche <bvanassche@acm.org> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4556 d57e44dd-8a1f-0410-8b47-8ef2f437770f