git: Use ; instead of , where appropriate.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Aug 5 01:34:44 PDT 2016


commit 3a05fd2acf14ca94c4e30809432212d52e1241e4
Author: Sascha Wildner <saw at online.de>
Date:   Fri Aug 5 10:33:54 2016 +0200

    Use ; instead of , where appropriate.
    
    Also add the coccinelle patch which found this to test/cocci (taken from
    https://github.com/coccinelle/coccinellery/blob/master/comma/comma.cocci).

Summary of changes:
 lib/libc/rpc/svc_vc.c                              |  2 +-
 sbin/vinum/v.c                                     |  7 +--
 sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c   |  4 +-
 sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c   |  4 +-
 .../802_11/wlan_wep/ieee80211_crypto_wep.c         |  2 +-
 test/cocci/comma.cocci                             | 58 ++++++++++++++++++++++
 tools/tools/net80211/wlaninject/wlaninject.c       |  2 +-
 7 files changed, 67 insertions(+), 12 deletions(-)
 create mode 100644 test/cocci/comma.cocci

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a05fd2acf14ca94c4e30809432212d52e1241e4


-- 
DragonFly BSD source repository


More information about the Commits mailing list