NetworkManager/contrib
Thomas Haller e82e2ca730 checkpatch: warn about using glib typedefs like gchar or gint
We should not use glib typedefs for basic C types char, short, int,
long, float or double. We commonly do not use them, so enforce
consistency.

That is not true for typedefs like guint, which we commonly use
because it's shorter typing than "unsigned int" (or "int unsigned"
or "unsigned"). Whether or not to use guint is left undecided at this
point.
2018-07-11 12:02:06 +02:00
..
editors contrib: add emacs config for hacking on NM 2015-08-11 13:42:26 -04:00
fedora contrib/rpm: Use Open vSwitch instead of OpenVSwitch 2018-06-28 20:31:32 +02:00
scripts checkpatch: warn about using glib typedefs like gchar or gint 2018-07-11 12:02:06 +02:00
test contrib: add a serial modem emulator 2018-06-18 16:05:29 +02:00
travis travis: don't check for setting-docs.c file 2017-04-05 19:09:25 +02:00