commit | 59b04c5df75bd715002bb535930ae1982a739269 | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@gmail.com> | Sat Aug 02 21:16:48 2014 -0500 |
committer | Steve French <smfrench@gmail.com> | Sat Aug 02 21:16:48 2014 -0500 |
tree | 8ef4ccc086a0307cfe70fc193ba128482506ec98 | |
parent | 2075cf0b71bfffc4942e232f1487ac98bdfb7bf5 [diff] |
[CIFS] Fix incorrect hex vs. decimal in some debug print statements Joe Perches and Hans Wennborg noticed that various places in the kernel were printing decimal numbers with 0x prefix. printk("0x%d") or equivalent This fixes the instances of this in the cifs driver. CC: Hans Wennborg <hans@hanshq.net> CC: Joe Perches <joe@perches.com> Signed-off-by: Steve French <smfrench@gmail.com>