cvs commit: src/sys/dev/bge if_bge.c

Jung-uk Kim jkim at FreeBSD.org
Thu Mar 8 00:29:19 UTC 2007


jkim        2007-03-08 00:29:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Fix more style(9) bugs.
  
  - Remove some excessive parentheses around shift operators.
  - Use macro instead of magic number where it is applicable.
  - Change lower-case hexdecimals to upper cases to match wpaul's style.
  - Revert some unnecessary line wraps and changes from the previous commit.
  
  Pointed out by: bde
  
  Revision  Changes    Path
  1.182     +62 -76    src/sys/dev/bge/if_bge.c


More information about the cvs-src mailing list