From 0c76706967dd15b58dfc132d1dc46e13edb86424 Mon Sep 17 00:00:00 2001 From: Haneen Mohammed Date: Sun, 22 Mar 2015 21:23:23 +0300 Subject: [PATCH] Staging: iio: use the BIT macro in .h files 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< Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed