From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 22 Mar 2013 14:05:53 -0700 Subject: [U-Boot] Patch sets coming In-Reply-To: <20130322204502.39F332014CE@gemini.denx.de> References: <1363970293-21228-1-git-send-email-yorksun@freescale.com> <20130322204502.39F332014CE@gemini.denx.de> Message-ID: <514CC7B1.2070706@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/22/2013 01:45 PM, Wolfgang Denk wrote: > Dear York Sun, > > In message <1363970293-21228-1-git-send-email-yorksun@freescale.com> you wrote: >> >> Andy, >> >> I am sending out several sets of backlog patches. Some of them may have been >> sent before. To make them easier to apply, here they come in sets. >> >> In case my git send-email fails to add the author(s) to the CC list, please add >> them when you reply (it happened before). > > It would be _really_ nice if you could get used to running your > patches through checkpatch _before_ posting these. > > I see again a number of checkpatch issues, like: > > WARNING: quoted string split across lines > #149: FILE: board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c:456: > + printf("WARNING: could not find compatible node" > + " %s: %s.\n", soc_elbc_compat, > > CHECK: Alignment should match open parenthesis > #156: FILE: board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c:463: > + printf("WARNING: could not remove %s: %s.\n", > + soc_elbc_compat, fdt_strerror(err)); > > WARNING: quoted string split across lines > #167: FILE: board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c:474: > + printf("WARNING: could not find compatible node" > + "%s: %s.\n", soc_usb_compat, > > WARNING: quoted string split across lines > #175: FILE: board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c:482: > + printf("WARNING: could not find compatible node" > + " %s: %s.\n", soc_usb_compat, > > CHECK: Alignment should match open parenthesis > #182: FILE: board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c:489: > + printf("WARNING: could not remove %s: %s.\n", > + soc_usb_compat, fdt_strerror(err)); > > ERROR: Unrecognized email address: 'Timur Tabi' > #116: > Signed-off-by: Timur Tabi > > CHECK: No space is necessary after a cast > #178: FILE: board/freescale/p1_p2_rdb_pc/spl_minimal.c:85: > +#elif defined(CONFIG_P1021RDB) > + par_io_t *par_io = (par_io_t *) &(gur->qe_par_io); > ERROR: Unrecognized email address: 'Timur Tabi' > #122: > Signed-off-by: Timur Tabi > > > Can you please fix these? > Will fix. I often found unsure about some warnings, not knowing if u-boot follow exactly the same standard. Beside, some old patches may pass checkpatch then but fails today. York