Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[sfrench/cifs-2.6.git] / drivers / staging / lustre / lustre / llite / llite_nfs.c
index e50c637fab54b2c5b7ec091dc8fe90bbedf258e7..a6a1d80c711a69ea23722ba68a1e7cd486e13eed 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * GPL HEADER START
  *
@@ -127,7 +128,8 @@ struct lustre_nfs_fid {
 };
 
 static struct dentry *
-ll_iget_for_nfs(struct super_block *sb, struct lu_fid *fid, struct lu_fid *parent)
+ll_iget_for_nfs(struct super_block *sb,
+               struct lu_fid *fid, struct lu_fid *parent)
 {
        struct inode  *inode;
        struct dentry *result;