This PR fixes all the errors listed when running the clang-tidy operation as documented in the https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#coding-style-c-named-arguments
Steps:
./autogen.sh && ./configure CC=clang CXX=clang++
make clean && bear -- make -j $(nproc)
( cd ./src/ && run-clang-tidy -j $(nproc) )