Re: [PATCH] lib: rhashtable: Correct self-assignment in rhashtable.c

2018-07-03 Thread David Miller
From: Rishabh Bhatnagar Date: Mon, 2 Jul 2018 09:35:34 -0700 > In file lib/rhashtable.c line 777, skip variable is assigned to > itself. The following error was observed: > > lib/rhashtable.c:777:41: warning: explicitly assigning value of > variable of type 'int' to itself [-Wself-assign] error

[PATCH] lib: rhashtable: Correct self-assignment in rhashtable.c

2018-07-02 Thread Rishabh Bhatnagar
In file lib/rhashtable.c line 777, skip variable is assigned to itself. The following error was observed: lib/rhashtable.c:777:41: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] error, forbidden warning: rhashtable.c:777 This error was found when compiling