diff mbox series

[U-Boot,1/1] linker_lists: remove incorrect comment

Message ID 20170907015511.2358-1-xypron.glpk@gmx.de
State Accepted
Commit d72fd7b3405b9696316426a0b64316cd99ea0c7f
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/1] linker_lists: remove incorrect comment | expand

Commit Message

Heinrich Schuchardt Sept. 7, 2017, 1:55 a.m. UTC
Remove a comment line refering to a non-existent file.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 include/linker_lists.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini Sept. 8, 2017, 12:02 a.m. UTC | #1
On Thu, Sep 07, 2017 at 03:55:11AM +0200, Heinrich Schuchardt wrote:

> Remove a comment line refering to a non-existent file.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/linker_lists.h b/include/linker_lists.h
index 76898ab702..6ef89a2090 100644
--- a/include/linker_lists.h
+++ b/include/linker_lists.h
@@ -14,8 +14,7 @@ 
 #include <linux/compiler.h>
 
 /*
- * There is no use in including this from ASM files, but that happens
- * anyway, e.g. PPC kgdb.S includes command.h which incluse us.
+ * There is no use in including this from ASM files.
  * So just don't define anything when included from ASM.
  */