diff options
| author | Ahelenia Ziemiańska <[email protected]> | 2024-02-13 14:54:04 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-03-06 21:07:39 +0000 |
| commit | 6a57a21943dab509a04d911059d80a683d67c198 (patch) | |
| tree | 5778986bf832d3f4d5854294b210b06483db1819 /lib/assoc_array.c | |
| parent | dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace() (diff) | |
| download | kernel-6a57a21943dab509a04d911059d80a683d67c198.tar.gz kernel-6a57a21943dab509a04d911059d80a683d67c198.zip | |
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Found with git grep 'MODULE_AUTHOR(".*([^)]*@'
Fixed with
sed -i '/MODULE_AUTHOR(".*([^)]*@/{s/ (/ </g;s/)"/>"/;s/)and/> and/}' \
$(git grep -l 'MODULE_AUTHOR(".*([^)]*@')
Also:
in drivers/media/usb/siano/smsusb.c normalise ", INC" to ", Inc";
this is what every other MODULE_AUTHOR for this company says,
and it's what the header says
in drivers/sbus/char/openprom.c normalise a double-spaced separator;
this is clearly copied from the copyright header,
where the names are aligned on consecutive lines thusly:
* Linux/SPARC PROM Configuration Driver
* Copyright (C) 1996 Thomas K. Dyas ([email protected])
* Copyright (C) 1996 Eddie C. Dost ([email protected])
but the authorship branding is single-line
Link: https://lkml.kernel.org/r/mk3geln4azm5binjjlfsgjepow4o73domjv6ajybws3tz22vb3@tarta.nabijaczleweli.xyz
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/assoc_array.c')
0 files changed, 0 insertions, 0 deletions
