Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751164AbdGNXG2 (ORCPT ); Fri, 14 Jul 2017 19:06:28 -0400 Received: from smtprelay4.synopsys.com ([198.182.47.9]:35933 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbdGNXG0 (ORCPT ); Fri, 14 Jul 2017 19:06:26 -0400 From: Carlos Palminha To: CC: , , Subject: [PATCH 0/3] fat: fix several checkpatch warnings Date: Sat, 15 Jul 2017 00:05:47 +0100 Message-ID: <20170714230550.9435-1-palminha@synopsys.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.15.38] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 738 Lines: 25 fix 3 type of checkpatch warnings, each type per patch: - unnecessary/prohibited whitespaces - missing blank lines after declarations - quoted string split across lines The patchset was based on linux-next tree, tag next-20170714 Carlos Palminha (3): fat: remove prohibited spaces fat: add missing blank lines fat: fix quoted string splits fs/fat/cache.c | 5 +++-- fs/fat/dir.c | 7 ++++++- fs/fat/fatent.c | 8 ++++++++ fs/fat/file.c | 2 ++ fs/fat/inode.c | 30 ++++++++++++++++++++++-------- fs/fat/misc.c | 2 ++ fs/fat/namei_msdos.c | 1 + fs/fat/namei_vfat.c | 6 +++++- fs/fat/nfs.c | 5 ++++- 9 files changed, 53 insertions(+), 13 deletions(-) -- 2.11.0