From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Sun, 20 Jul 2014 00:23:04 +0200 Subject: [U-Boot] [PATCH] whitespace cleanups In-Reply-To: <20140719221356.GB7405@amd.pavel.ucw.cz> References: <20140719215044.GA7150@amd.pavel.ucw.cz> <53CAEAFD.8050408@myspectrum.nl> <20140719221356.GB7405@amd.pavel.ucw.cz> Message-ID: <53CAEFC8.90706@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Pavel, On 20-07-14 00:13, Pavel Machek wrote: > On Sun 2014-07-20 00:02:37, Jeroen Hofstee wrote: >> Hello Pavel, >> >> On 19-07-14 23:50, Pavel Machek wrote: >>> Whitespace cleanups. >>> >>> Signed-off-by: Pavel Machek >>> >>> diff --git a/disk/part.c b/disk/part.c >>> index baceb19..ecc5e7e 100644 >>> --- a/disk/part.c >>> +++ b/disk/part.c >>> @@ -333,7 +333,7 @@ static void print_part_header (const char *type, block_dev_desc_t * dev_desc) >>> #endif /* any CONFIG_..._PARTITION */ >>> -void print_part (block_dev_desc_t * dev_desc) >>> +void print_part(block_dev_desc_t * dev_desc) >>> { >>> switch (dev_desc->part_type) { >>> @@ -381,8 +381,8 @@ void print_part (block_dev_desc_t * dev_desc) >> checkpatch says: ;) >> >> ERROR: "foo * bar" should be "foo *bar" >> #26: FILE: disk/part.c:336: >> +void print_part(block_dev_desc_t * dev_desc) > Yeah, I did not fix _all_ broken whitespace, just some. Note that I'm > not adding the error. > This is only about a line you touch. And patch submissions should be checked by checkpatch or at least mention why you don't comply. Regards, Jeroen