projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
086cc67
)
GFS2: inode.c: indent with TABs, not spaces
author
Antonio Ospite
<ao2@ao2.it>
Fri, 1 May 2015 17:54:38 +0000
(12:54 -0500)
committer
Bob Peterson
<rpeterso@redhat.com>
Fri, 1 May 2015 17:54:38 +0000
(12:54 -0500)
Follow the same style used for the other functions in the same file.
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/inode.c
b/fs/gfs2/inode.c
index 08bc84d7e768e7fb46ab7bae03c8f18597cb59fc..2cd385d151b5265d8d83bd4741e19b3b7b7baf10 100644
(file)
--- a/
fs/gfs2/inode.c
+++ b/
fs/gfs2/inode.c
@@
-1227,8
+1227,8
@@
static int gfs2_mknod(struct inode *dir, struct dentry *dentry, umode_t mode,
*/
static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry,
-
struct file *file, unsigned flags,
-
umode_t mode, int *opened)
+ struct file *file, unsigned flags,
+ umode_t mode, int *opened)
{
struct dentry *d;
bool excl = !!(flags & O_EXCL);