aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorFabian Frederick <[email protected]>2015-02-17 13:45:25 -0800
committerLinus Torvalds <[email protected]>2015-02-17 14:34:50 -0800
commitb625032b10222c4406979c7604189f2bef29c5d0 (patch)
tree9d464c877d84e7b9e0a58765095c1b994cbc403c /scripts/objdiff
parent111d639dd659bc1496a63cb8854abab8a15f3728 (diff)
fs/coda/dir.c: forward declaration clean-up
- Move operation structures to avoid forward declarations. - Fix some checkpatch warnings: WARNING: Missing a blank line after declarations + struct inode *host_inode = file_inode(host_file); + mutex_lock(&host_inode->i_mutex); ERROR: that open brace { should be on the previous line +const struct dentry_operations coda_dentry_operations = +{ ERROR: that open brace { should be on the previous line +const struct inode_operations coda_dir_inode_operations = +{ Signed-off-by: Fabian Frederick <[email protected]> Cc: Jan Harkes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions