hid/ps: Fix inaccurate comment and twiddle some whitespace
commit46549776f564b7060496e22cad6f660087f74908
authorPeter Clifton <pcjc2@cam.ac.uk>
Fri, 26 Aug 2011 16:18:56 +0000 (26 17:18 +0100)
committerPeter Clifton <pcjc2@cam.ac.uk>
Fri, 26 Aug 2011 16:18:56 +0000 (26 17:18 +0100)
tree1807660638e9678319a12f50ef6e6e5dc684ce66
parent6bc04df573b6ac3f71554bdbaf6175da63add1d5
hid/ps: Fix inaccurate comment and twiddle some whitespace

The whitespace changes in the if statement were from an earlier revision
which actually had functional changes - but I prefer this way, so I'm
committing it anyway.

Also adds some != 0 to the end of strcmp tests, as I believe this aids
clarity by reminding readers strcmp returns 0 for a match.