diff options
| author | Corentin Labbe <[email protected]> | 2020-03-06 07:53:00 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2020-03-17 17:31:05 +0000 |
| commit | b927ddf2dd1807e62946129cfbc7754fdcde85c4 (patch) | |
| tree | a29012b36dbd7f0737ce3e07624dfbcf4fbaa1bb /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | PNP: add missing include/linux/pnp.h to MAINTAINERS (diff) | |
| download | kernel-b927ddf2dd1807e62946129cfbc7754fdcde85c4.tar.gz kernel-b927ddf2dd1807e62946129cfbc7754fdcde85c4.zip | |
PNP: constify driver name
struct pnp_driver has name set as char* instead of const char* like platform_driver, pci_driver, usb_driver, etc...
Let's unify a bit by setting name as const char*.
Furthermore, all users of this structures set name from already const
data.
Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
