Re: [PATCH] soc: qcom: smem: fix checkpatch warnings

2018-06-11 Thread Bjorn Andersson
On Mon 11 Jun 15:08 PDT 2018, Ramon Fried wrote: > * Fixed checkpatch.sh warnings in smem.c & smem.h: > - WARNING: Prefer 'unsigned int' to bare use of 'unsigned'. > - WARNING: Block comments should align the * on each line. > - WARNING: line over 80 characters. > - ERROR: do not use assignment in

[PATCH] soc: qcom: smem: fix checkpatch warnings

2018-06-11 Thread Ramon Fried
* Fixed checkpatch.sh warnings in smem.c & smem.h: - WARNING: Prefer 'unsigned int' to bare use of 'unsigned'. - WARNING: Block comments should align the * on each line. - WARNING: line over 80 characters. - ERROR: do not use assignment in if condition. * Fixed grammar in comment. Signed-off-by: