[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20181103160311.3289-1-colin.king@canonical.com>
Date: Sat, 3 Nov 2018 16:03:11 +0000
From: Colin King <colin.king@...onical.com>
To: Jan Harkes <jaharkes@...cmu.edu>, coda@...cmu.edu,
codalist@...a.cs.cmu.edu
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] fs/coda: clean up indentation, replace spaces with tab
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to clean up indentation, replace spaces with tab
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
fs/coda/psdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
index c5234c21b539..1bc78463c346 100644
--- a/fs/coda/psdev.c
+++ b/fs/coda/psdev.c
@@ -358,7 +358,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)) {
--
2.19.1
Powered by blists - more mailing lists