commit | 56b41836147bbc0dab013c3433bb2ca21ed4bff1 | [log] [tgz] |
---|---|---|
author | Varsha Rao <rvarsha016@gmail.com> | Sat Mar 04 22:41:58 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 06 11:17:41 2017 +0100 |
tree | 1913c840cc4ff42b13a9df9ed71276ba0aac57cd | |
parent | 92d1765132d0c553bb11bb7c17882b3b39c2d175 [diff] |
staging: media: atomisp: Added spaces around arithmetic and bitwise operators. Added spaces around arithmetic operators (/, *, +) and bitwise operators (<<, >>), to fix the checkpatch issue. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>