On Wed, Apr 21, 2021 at 01:18:03PM +0300, Dan Carpenter wrote:
Cppcheck complains that the declaration doesn't match the function definition. Obviously "left" should come before "right". The caller and the function implementation are done this way, it's just the declaration which is wrong so this doesn't affect runtime.
Reported-by: kernel test robot lkp@intel.com Signed-off-by: Dan Carpenter dan.carpenter@oracle.com
Applied, thanks! Maxime