All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull request v2] Pull request for branch yem-kconfig-rc-fixes
@ 2012-12-25 23:10 Yann E. MORIN
  2012-12-25 23:10 ` [PATCH 1/1] kconfig:lxdialog: remove duplicate code Yann E. MORIN
  2013-01-12 21:47 ` [pull request v2] Pull request for branch yem-kconfig-rc-fixes Michal Marek
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2012-12-25 23:10 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Michal Marek, Yann E. MORIN

Hello Michal, All!

Here is a trivial patch suitable for post-rc1:
  - remove duplicate variable declaration in kconfig/lxdialog

Changes v1..v2:
  - since changes about use of ${CONFIG_} have not been pulled in Linus'
    tree, I've dropped the previous two related patches from this branch.
  - added Wang's cleanup


The following changes since commit bad9955db1b73d7286f74a8136a0628a9b1ac017:

  menuconfig: Replace CIRCLEQ by list_head-style lists. (2012-10-25 15:06:00 +0200)

are available in the git repository at:
  git://gitorious.org/linux-kconfig/linux-kconfig.git yem-kconfig-rc-fixes

Wang YanQing (1):
      kconfig:lxdialog: remove duplicate code

 scripts/kconfig/lxdialog/dialog.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Regards,
Yann E. MORIN

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


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

* [PATCH 1/1] kconfig:lxdialog: remove duplicate code
  2012-12-25 23:10 [pull request v2] Pull request for branch yem-kconfig-rc-fixes Yann E. MORIN
@ 2012-12-25 23:10 ` Yann E. MORIN
  2013-01-12 21:47 ` [pull request v2] Pull request for branch yem-kconfig-rc-fixes Michal Marek
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2012-12-25 23:10 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Michal Marek, Wang YanQing, Yann E. MORIN

From: Wang YanQing <udknight@gmail.com>

dialog.h has two line the same below:
extern char dialog_input_result[];
This patch remove one of them.

Signed-off-by: Wang YanQing <udknight@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 scripts/kconfig/lxdialog/dialog.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/scripts/kconfig/lxdialog/dialog.h b/scripts/kconfig/lxdialog/dialog.h
index ee17a52..307022a 100644
--- a/scripts/kconfig/lxdialog/dialog.h
+++ b/scripts/kconfig/lxdialog/dialog.h
@@ -221,7 +221,6 @@ int dialog_menu(const char *title, const char *prompt,
 		const void *selected, int *s_scroll);
 int dialog_checklist(const char *title, const char *prompt, int height,
 		     int width, int list_height);
-extern char dialog_input_result[];
 int dialog_inputbox(const char *title, const char *prompt, int height,
 		    int width, const char *init);
 
-- 
1.7.2.5


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

* Re: [pull request v2] Pull request for branch yem-kconfig-rc-fixes
  2012-12-25 23:10 [pull request v2] Pull request for branch yem-kconfig-rc-fixes Yann E. MORIN
  2012-12-25 23:10 ` [PATCH 1/1] kconfig:lxdialog: remove duplicate code Yann E. MORIN
@ 2013-01-12 21:47 ` Michal Marek
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Marek @ 2013-01-12 21:47 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: linux-kbuild

On 26.12.2012 00:10, Yann E. MORIN wrote:
> Hello Michal, All!
> 
> Here is a trivial patch suitable for post-rc1:
>   - remove duplicate variable declaration in kconfig/lxdialog
> 
> Changes v1..v2:
>   - since changes about use of ${CONFIG_} have not been pulled in Linus'
>     tree, I've dropped the previous two related patches from this branch.
>   - added Wang's cleanup

Thanks, pulled into kbuild.git#rc-fixes. Sorry for the delay, family and
work keep me busy :). I will look at the more exciting kconfig stuff
tomorrow.

Michal


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

end of thread, other threads:[~2013-01-12 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-25 23:10 [pull request v2] Pull request for branch yem-kconfig-rc-fixes Yann E. MORIN
2012-12-25 23:10 ` [PATCH 1/1] kconfig:lxdialog: remove duplicate code Yann E. MORIN
2013-01-12 21:47 ` [pull request v2] Pull request for branch yem-kconfig-rc-fixes Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.