staging: vme/devices: vme_user.c: fix: converted decimal permissions to octal
authorRyan Swan <ryan@ryanswan.com>
Mon, 12 Sep 2016 13:58:20 +0000 (09:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Sep 2016 13:01:29 +0000 (15:01 +0200)
commit65f5c3ea622dfca230e96e5098603f1df9e0a902
tree6e0578429c4245377a7e420cb74e25b371a6fd28
parentb9ac4b65b5c0b16a34c12e3f0a3edf1452d4c34a
staging: vme/devices: vme_user.c: fix: converted decimal permissions to octal

Ran checkpatch.pl -f vme_user.c
Fixed: ERROR: Use 4 digit octal (0777) not decimal permissions

Signed-off-by: Ryan Swan <ryan@ryanswan.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme/devices/vme_user.c