public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] kbuild: Fix trailing whitespaces
@ 2014-04-24 13:24 Michal Simek
  2014-05-06 12:29 ` Michal Simek
  2014-05-13  1:51 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2014-04-24 13:24 UTC (permalink / raw)
  To: u-boot

Trivial fix.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 0191869..3e324f9 100644
--- a/Makefile
+++ b/Makefile
@@ -285,7 +285,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
 #         cmd_cc_o_c       = $(CC) $(c_flags) -c -o $@ $<
 #
 # If $(quiet) is empty, the whole command will be printed.
-# If it is set to "quiet_", only the short version will be printed.
+# If it is set to "quiet_", only the short version will be printed.
 # If it is set to "silent_", nothing will be printed@all, since
 # the variable $(silent_cmd_cc_o_c) doesn't exist.
 #
@@ -966,7 +966,7 @@ ifeq ($(CONFIG_KALLSYMS),y)
 	$(call cmd,u-boot__) common/system_map.o
 endif

-# The actual objects are generated when descending,
+# The actual objects are generated when descending,
 # make sure no implicit rule kicks in
 $(sort $(u-boot-init) $(u-boot-main)): $(u-boot-dirs) ;

@@ -1405,7 +1405,7 @@ endif
 	$(build)=$(build-dir) $(@:.ko=.o)
 	$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost

-# FIXME Should go into a make.lib or something
+# FIXME Should go into a make.lib or something
 # ===========================================================================

 quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN   $(wildcard $(rm-dirs)))
--
1.8.2.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140424/79e170cd/attachment.pgp>

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] kbuild: Fix trailing whitespaces
  2014-04-24 13:24 [U-Boot] [PATCH] kbuild: Fix trailing whitespaces Michal Simek
@ 2014-05-06 12:29 ` Michal Simek
  2014-05-13  1:51 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2014-05-06 12:29 UTC (permalink / raw)
  To: u-boot

Hi Tom,

On 04/24/2014 03:24 PM, Michal Simek wrote:
> Trivial fix.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  Makefile | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 0191869..3e324f9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -285,7 +285,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
>  #         cmd_cc_o_c       = $(CC) $(c_flags) -c -o $@ $<
>  #
>  # If $(quiet) is empty, the whole command will be printed.
> -# If it is set to "quiet_", only the short version will be printed.
> +# If it is set to "quiet_", only the short version will be printed.
>  # If it is set to "silent_", nothing will be printed at all, since
>  # the variable $(silent_cmd_cc_o_c) doesn't exist.
>  #
> @@ -966,7 +966,7 @@ ifeq ($(CONFIG_KALLSYMS),y)
>  	$(call cmd,u-boot__) common/system_map.o
>  endif
> 
> -# The actual objects are generated when descending,
> +# The actual objects are generated when descending,
>  # make sure no implicit rule kicks in
>  $(sort $(u-boot-init) $(u-boot-main)): $(u-boot-dirs) ;
> 
> @@ -1405,7 +1405,7 @@ endif
>  	$(build)=$(build-dir) $(@:.ko=.o)
>  	$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
> 
> -# FIXME Should go into a make.lib or something
> +# FIXME Should go into a make.lib or something
>  # ===========================================================================
> 
>  quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN   $(wildcard $(rm-dirs)))
> --
> 1.8.2.3
> 

Can you please apply this trivial patch to your tree?

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140506/70302b4e/attachment.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] kbuild: Fix trailing whitespaces
  2014-04-24 13:24 [U-Boot] [PATCH] kbuild: Fix trailing whitespaces Michal Simek
  2014-05-06 12:29 ` Michal Simek
@ 2014-05-13  1:51 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-05-13  1:51 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 24, 2014 at 03:24:28PM +0200, Michal Simek wrote:

> Trivial fix.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140512/e86b21e3/attachment.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-13  1:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 13:24 [U-Boot] [PATCH] kbuild: Fix trailing whitespaces Michal Simek
2014-05-06 12:29 ` Michal Simek
2014-05-13  1:51 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox