summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMylène Josserand <mylene.josserand@free-electrons.com>2016-05-03 11:54:35 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-05-21 17:06:54 +0200
commitabe2f551efc65760d61668ad6fb511bf834082dc (patch)
tree4561aa85f499f34c653c07b4fe25edbef082c2c7 /Documentation
parentc2a1c145401df063d1197ace5d3b5bd323e26f86 (diff)
rtc: rv3029: Remove some checks and warnings
Remove some checks from checkpatch such as spaces around arithmetic operations or prefer "unsigned int". Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions
6b1f4376788e9d5ab00d50b10228eb40d3&id2=731977e97b3697454a862fec656c2561eabc0b87'>diff)
wireless: define cipher/AKM suites using a macro
The spec writes cipher/AKM suites as something like 00-0F-AC:9, but the part after the colon isn't hex, it's decimal, so that we've already had a few mistakes (in other code, or unmerged patches) to e.g. write 0x000FAC10 instead of 0x000FAC0A. Use a macro to avoid that problem. Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/testing/selftests/sysctl')