summaryrefslogtreecommitdiff
path: root/ifpps.zsh
AgeCommit message (Expand)AuthorFilesLines
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-2/+2
2013-10-02ifpps: zsh: Add -o optionTobias Klauser1-0/+1
2013-09-05ifpps: zsh: add -P optionDaniel Borkmann1-0/+1
2013-07-13ifpps: update options for zsh completionDaniel Borkmann1-0/+2
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-2/+1
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+29
4b6062fa1884aebf'>5c632ee11ba74b2cb12a3d4645540a9ebc6f686c /Documentation/i2c parent69973b830859bc6529a7a0468ba0d80ee5117826 (diff)
befs: fix style issues in debug.c
Fix all checkpatch.pl errors and warnings in debug.c: ERROR: trailing whitespace + * $ WARNING: Missing a blank line after declarations + va_list args; + va_start(args, fmt); ERROR: "foo * bar" should be "foo *bar" +befs_dump_inode(const struct super_block *sb, befs_inode * inode) ERROR: "foo * bar" should be "foo *bar" +befs_dump_super_block(const struct super_block *sb, befs_super_block * sup) ERROR: "foo * bar" should be "foo *bar" +befs_dump_small_data(const struct super_block *sb, befs_small_data * sd) WARNING: line over 80 characters +befs_dump_index_entry(const struct super_block *sb, befs_disk_btree_super * super) ERROR: "foo * bar" should be "foo *bar" +befs_dump_index_entry(const struct super_block *sb, befs_disk_btree_super * super) ERROR: "foo * bar" should be "foo *bar" +befs_dump_index_node(const struct super_block *sb, befs_btree_nodehead * node) Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Diffstat (limited to 'Documentation/i2c')