diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-04-04 19:11:17 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-06-27 18:41:29 +0200 |
commit | d24e1520ea18cbbf4a77185bba2acd2e84cdf2fd (patch) | |
tree | 12efe166bbe89fbc5012d0b0f0bf2f47140fbe69 /scripts/spelling.txt | |
parent | 3f706fe2556b5efe29aa16a1232a3dc5d5646f55 (diff) | |
download | hardware_replicant_libsamsung-ipc-d24e1520ea18cbbf4a77185bba2acd2e84cdf2fd.tar.gz hardware_replicant_libsamsung-ipc-d24e1520ea18cbbf4a77185bba2acd2e84cdf2fd.tar.bz2 hardware_replicant_libsamsung-ipc-d24e1520ea18cbbf4a77185bba2acd2e84cdf2fd.zip |
devices: crespo: switch to Linux code style
This contains no functional changes.
"unsigned" was changed to "unsigned int" because
checkpatch.pl was printing the following warning:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
According to the C18 standard[1], "unsigned" is the same as
"unsigned int": in the "6.7 Declarations" section we have:
"- unsigned, or unsigned int" [...]
Each of the comma-separated multisets designates the same type [...]
References:
-----------
[1]The standard doesn't seem to be available for free, but the draft
can be downloaded from the following URL:
https://web.archive.org/web/20181230041359if_/http://www.open-std.org/jtc1/sc22/wg14/www/abq/c17_updated_proposed_fdis.pdf
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Reviewed-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Diffstat (limited to 'scripts/spelling.txt')
0 files changed, 0 insertions, 0 deletions