Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1462197
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] befs: |
| Date | 2016-08-14 20:00 +0200 |
| Message-ID | <s67Rv-2Hd-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, Finishing the unglamorous series of typos and style issues. The code is much cleaner and nicer to read now. Thanks, Luis Luis de Bethencourt (7): befs: fix style issues in debug.c befs: fix style issues in inode.c befs: fix style issues in io.c befs: fix typos in linuxvfs.c befs: fix style issues in linuxvfs.c befs: fix style issues in header files befs: remove signatures from comments fs/befs/befs.h | 3 ++- fs/befs/befs_fs_types.h | 8 +++--- fs/befs/btree.h | 6 ++--- fs/befs/datastream.c | 2 -- fs/befs/datastream.h | 5 ++-- fs/befs/debug.c | 14 ++++++----- fs/befs/inode.c | 12 ++++----- fs/befs/inode.h | 3 +-- fs/befs/io.c | 7 +++--- fs/befs/linuxvfs.c | 66 ++++++++++++++++++++++++------------------------- fs/befs/super.h | 4 +-- 11 files changed, 61 insertions(+), 69 deletions(-) -- 2.5.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] befs: Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-14 20:00 +0200 [PATCH 1/7] befs: fix style issues in debug.c Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-14 20:00 +0200 [PATCH 3/7] befs: fix style issues in io.c Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-14 20:00 +0200 [PATCH 5/7] befs: fix style issues in linuxvfs.c Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-14 20:00 +0200 [PATCH 4/7] befs: fix typos in linuxvfs.c Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-14 20:00 +0200
csiph-web