[klibc] nfsmount: various checkpatch fixes

fix:
ERROR: "foo * bar" should be "foo *bar"

ERROR: do not use assignment in if condition
..

ERROR: space required before that '!' (ctx:VxW)

ERROR: space prohibited after that '!' (ctx:VxW)

WARNING: suspect code indent for conditional statements (16, 18)

WARNING: braces {} are not necessary for single statement blocks
..

WARNING: braces {} are not necessary for any arm of this statement
..

WARNING: labels should not be indented
..

Signed-off-by: maximilian attems <max@stro.at>
4 files changed