PERFORCE change 129303 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Nov 20 12:27:42 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=129303

Change 129303 by hselasky at hselasky_laptop001 on 2007/11/20 20:26:49

	
	Improve style script.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_style.sh#3 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_style.sh#3 (text+ko) ====

@@ -15,12 +15,13 @@
 #
 
 (cat $1 | indent -Toss_mixerinfo -TFILE -Tu_char -Tu_int -Tu_long \
- -TTAILQ_HEAD -TLIST_HEAD \
+ -TTAILQ_HEAD -TLIST_HEAD -TTAILQ_ENTRY -TLIST_ENTRY \
  -Tu_short -Tfd_set -ta -st -bad -bap -nbbb -nbc -br -nbs \
  -c41 -cd41 -cdb -ce -ci4 -cli0 -d0 -di8 -ndj -ei -nfc1 \
  -nfcb -i8 -ip8 -l79 -lc77 -ldi0 -nlp -npcs -psl -sc \
  -nsob -nv | 
  sed -e "s/_HEAD [(]/_HEAD(/g" |
+ sed -e "s/_ENTRY [(]/_ENTRY(/g" |
  sed -e "s/	__packed/ __packed/g" | 
  sed -e "s/	__aligned/ __aligned/g" ) > temp
 


More information about the p4-projects mailing list