mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-30 03:30:27 +01:00
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) |
||
|---|---|---|
| .. | ||
| exports.ver | ||
| Makefile.am | ||
| nm-atm-manager.c | ||
| nm-atm-manager.h | ||
| nm-device-adsl.c | ||
| nm-device-adsl.h | ||