From: Colin Ian King Date: Tue, 16 Jul 2019 23:28:29 +0000 (-0700) Subject: coda: clean up indentation, replace spaces with tab X-Git-Tag: v5.15~5916^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=850622136ff2a1296b2c8aa5280a74a6a3aabe4e;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Jan Harkes Cc: Arnd Bergmann Cc: Dan Carpenter Cc: David Howells Cc: Fabian Frederick Cc: Mikko Rapeli Cc: Sam Protsenko Cc: Yann Droneaud Cc: Zhouyang Jia Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index b4da2812..ac130d4 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c @@ -360,7 +360,7 @@ static int init_coda_psdev(void) if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { pr_err("%s: unable to get major %d\n", __func__, CODA_PSDEV_MAJOR); - return -EIO; + return -EIO; } coda_psdev_class = class_create(THIS_MODULE, "coda"); if (IS_ERR(coda_psdev_class)) {