diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-07-16 19:28:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-16 22:23:23 -0400 |
commit | 850622136ff2a1296b2c8aa5280a74a6a3aabe4e (patch) | |
tree | f4b7bafc9cb97f3ab10eec9d952d597f9f799e15 /fs/coda/psdev.c | |
parent | 2fe7491d219428a32f09948e88bfaf8e71b9a66b (diff) |
coda: clean up indentation, replace spaces with tab
Trivial fix to clean up indentation, replace spaces with tab
Link: http://lkml.kernel.org/r/ffc2bfa5a37ffcdf891c51b2e2ed618103965b24.1558117389.git.jaharkes@cs.cmu.edu
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Fabian Frederick <fabf@skynet.be>
Cc: Mikko Rapeli <mikko.rapeli@iki.fi>
Cc: Sam Protsenko <semen.protsenko@linaro.org>
Cc: Yann Droneaud <ydroneaud@opteya.com>
Cc: Zhouyang Jia <jiazhouyang09@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/coda/psdev.c')
-rw-r--r-- | fs/coda/psdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index b4da2812499e..ac130d469a3e 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c | |||
@@ -360,7 +360,7 @@ static int init_coda_psdev(void) | |||
360 | if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { | 360 | if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { |
361 | pr_err("%s: unable to get major %d\n", | 361 | pr_err("%s: unable to get major %d\n", |
362 | __func__, CODA_PSDEV_MAJOR); | 362 | __func__, CODA_PSDEV_MAJOR); |
363 | return -EIO; | 363 | return -EIO; |
364 | } | 364 | } |
365 | coda_psdev_class = class_create(THIS_MODULE, "coda"); | 365 | coda_psdev_class = class_create(THIS_MODULE, "coda"); |
366 | if (IS_ERR(coda_psdev_class)) { | 366 | if (IS_ERR(coda_psdev_class)) { |