Re: [PATCH 4/8] checkpatch: replace __bitwise__ with __bitwise

2016-12-15 Thread Joe Perches
On Thu, 2016-12-15 at 07:15 +0200, Michael S. Tsirkin wrote: > __bitwise__ is an implementation detail now. Assuming the other patches go in, thanks. > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > index fd3556b..982c52c 100755 > --- a/scripts/checkpatch.pl > +++ b/scripts/checkpat

[PATCH 4/8] checkpatch: replace __bitwise__ with __bitwise

2016-12-14 Thread Michael S. Tsirkin
__bitwise__ is an implementation detail now. Signed-off-by: Michael S. Tsirkin --- scripts/checkpatch.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index fd3556b..982c52c 100755 --- a/scripts/checkpatch.pl +++ b/scripts/c