NetworkManager/src/platform
Beniamino Galvani 24d8604637 core: use NM_PLATFORM_GET instead of nm_platform_get() in function calls
Replacement was done with command:

spatch --sp-file nm_platform_get.cocci --in-place --smpl-spacing --dir src

where nm_platform_get.cocci contains:

@@
identifier func;
expression list args;
@@
- func (nm_platform_get())
+ func (NM_PLATFORM_GET)

@@
identifier func;
expression list args;
@@
- func (nm_platform_get(), args)
+ func (NM_PLATFORM_GET, args)
2016-01-06 21:25:56 +01:00
..
tests core: use NM_PLATFORM_GET instead of nm_platform_get() in function calls 2016-01-06 21:25:56 +01:00
wifi wifi: reimplement use of libnl-genl-3 library 2015-11-01 17:28:07 +01:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c platform: add const to input arguments to link-add functions 2015-12-11 14:14:13 +01:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c platform: ensure _nl_send_auto_with_seq() returns 0 on success 2016-01-04 18:15:17 +01:00
nm-linux-platform.h platform: warn about growing sysctl logging cache and clear it 2015-10-09 14:56:50 +02:00
nm-platform-utils.c wake-on-lan: add option to keep existing settings 2015-10-16 17:11:26 +02:00
nm-platform-utils.h core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
nm-platform.c platform: add const to input arguments to link-add functions 2015-12-11 14:14:13 +01:00
nm-platform.h platform: add const to input arguments to link-add functions 2015-12-11 14:14:13 +01:00
nmp-object.c platform: add index for links by ifname 2015-12-17 18:42:53 +01:00
nmp-object.h platform: add index for links by ifname 2015-12-17 18:42:53 +01:00