NetworkManager/contrib/scripts
Thomas Haller 24082ad09e checkpatch: check against using "unsigned int" and "$INT_TYPE unsigned|signed"
Don't use the integer type before signed/unsigned, but the
other way around. That is,

    unsigned long var;

instead of

    long unsigned var;

Also, just use "unsigned" instead of "unsigned int".
2018-07-11 12:02:06 +02:00
..
checkpatch.pl checkpatch: check against using "unsigned int" and "$INT_TYPE unsigned|signed" 2018-07-11 12:02:06 +02:00
nm-import-openconnect contrib/scripts: nm-import-openconnect - script for importing OpenConnect VPN configs to NM 2015-05-19 09:21:50 +02:00
nm-import-openvpn all: drop trailing spaces 2018-02-07 13:32:04 +01:00
nm-import-vpnc contrib/scripts: nm-import-vpnc - script for importing Cisco VPN configs to NM 2015-05-19 09:21:50 +02:00
NM-log contrib: add -h option to NM-log 2018-02-12 13:06:49 +01:00
test-macsec contrib: add macsec test script 2017-01-16 17:47:10 +01:00