diff options
| author | Coiby Xu <[email protected]> | 2021-01-23 18:46:06 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-01-29 16:54:20 +0100 |
| commit | f8c047be540197ec69cde33e00e82d23961459ea (patch) | |
| tree | 791aa7cf57494c7c1313a9a15645ccc162985637 /tools/perf/scripts/python | |
| parent | 684ceb81dc970c382204b7b22bec8a431451b53e (diff) | |
staging: qlge: use qlge_* prefix to avoid namespace clashes with other qlogic drivers
To avoid namespace clashes with other qlogic drivers and also for the
sake of naming consistency, use the "qlge_" prefix as suggested in
drivers/staging/qlge/TODO,
- For existing ql_ prefix,
sed -i "s/ql_/qlge_/g" *.{c,h}
- for structs not having a prefix
1. get a list of structs
grep "struct.*{" qlge.
2. add qlge_ for each struct, e.g.,
sed -i "s/ib_ae_iocb_rsp/qlge_ib_ae_iocb_rsp/g" *.{c,h}
Link: https://lore.kernel.org/patchwork/patch/1318503/#1516131
Suggested-by: Benjamin Poirier <[email protected]>
Signed-off-by: Coiby Xu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions