diff options
| author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-08-14 19:59:11 +0300 | 
|---|---|---|
| committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-12-22 14:25:21 +0300 | 
| commit | 62b80719dfe126f73e417d7011dfb5ef53c6a203 (patch) | |
| tree | c71a7c6a295a3b22d6b55815704eb450c71f98bb /net/unix/garbage.c | |
| parent | 1ca7087e59cba48a58bf5e6594a67e8ccbead7e2 (diff) | |
| download | linux-62b80719dfe126f73e417d7011dfb5ef53c6a203.tar.xz | |
befs: fix style issues in linuxvfs.c
Fix the following type of checkpatch.pl issues:
WARNING: line over 80 characters
+static struct dentry *befs_lookup(struct inode *, struct dentry *, unsigned int);
ERROR: code indent should use tabs where possible
+        if (!bi)$
WARNING: please, no spaces at the start of a line
+        if (!bi)$
WARNING: labels should not be indented
+      unacquire_bh:
WARNING: space prohibited between function name and open parenthesis '('
+                                             sizeof (struct befs_inode_info),
WARNING: braces {} are not necessary for single statement blocks
+       if (!*out) {
+               return -ENOMEM;
+       }
WARNING: Block comments use a trailing */ on a separate line
+        * in special cases */
WARNING: Missing a blank line after declarations
+               int token;
+               if (!*p)
ERROR: do not use assignment in if condition
+       if (!(bh = sb_bread(sb, sb_block))) {
ERROR: space prohibited after that open parenthesis '('
+       if( befs_sb->num_blocks > ~((sector_t)0) ) {
ERROR: space prohibited before that close parenthesis ')'
+       if( befs_sb->num_blocks > ~((sector_t)0) ) {
ERROR: space required before the open parenthesis '('
+       if( befs_sb->num_blocks > ~((sector_t)0) ) {
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Diffstat (limited to 'net/unix/garbage.c')
0 files changed, 0 insertions, 0 deletions
