From: Christophe Vu-Brugier <christophe.vu-brugier@xxxxxxxxxxx> Hi, These patches contain a few minor changes I wrote while studying the exFAT file system driver. With best regards, Christophe Vu-Brugier (4): exfat: simplify is_valid_cluster() exfat: fix typos in comments exfat: make exfat_find_location() static exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() fs/exfat/dir.c | 6 +++--- fs/exfat/exfat_fs.h | 2 -- fs/exfat/fatent.c | 4 +--- fs/exfat/file.c | 14 +++++++------- fs/exfat/inode.c | 11 +++++------ fs/exfat/namei.c | 6 +++--- fs/exfat/super.c | 6 +++--- 7 files changed, 22 insertions(+), 27 deletions(-) -- 2.20.1