Author: Haneen Mohammed <hamohammed.sa@gmail.com> This patch replace bit shifting on 1, 2, and 3 with the BIT(x) macro. Issue addressed by checkpatch.pl with –strict flag. This was done with the help of Coccninelle: @r1@ constant int g; @@ ( 0
Mar 22 2015
Author: Haneen Mohammed <hamohammed.sa@gmail.com> This patch replace bit shifting on 1, 2, and 3 with the BIT(x) macro. Issue addressed by checkpatch.pl with –strict flag. This was done with the help of Coccninelle: @r1@ constant int g; @@ ( 0