* [PATCH] m68k/mac: Fix comment about iop_*_present flags setup timing
@ 2013-06-30 9:59 Geert Uytterhoeven
2013-07-01 8:12 ` Finn Thain
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2013-06-30 9:59 UTC (permalink / raw)
To: linux-m68k; +Cc: linux-kernel, Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
arch/m68k/mac/iop.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/m68k/mac/iop.c b/arch/m68k/mac/iop.c
index 7d8d461..8a4c446 100644
--- a/arch/m68k/mac/iop.c
+++ b/arch/m68k/mac/iop.c
@@ -118,9 +118,9 @@
/*#define DEBUG_IOP*/
-/* Set to non-zero if the IOPs are present. Set by iop_init() */
+/* Set to non-zero if the IOPs are present. Set by iop_preinit() */
-int iop_scc_present,iop_ism_present;
+int iop_scc_present, iop_ism_present;
/* structure for tracking channel listeners */
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] m68k/mac: Fix comment about iop_*_present flags setup timing
2013-06-30 9:59 [PATCH] m68k/mac: Fix comment about iop_*_present flags setup timing Geert Uytterhoeven
@ 2013-07-01 8:12 ` Finn Thain
0 siblings, 0 replies; 2+ messages in thread
From: Finn Thain @ 2013-07-01 8:12 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-m68k, linux-kernel
On Sun, 30 Jun 2013, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> arch/m68k/mac/iop.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/m68k/mac/iop.c b/arch/m68k/mac/iop.c
> index 7d8d461..8a4c446 100644
> --- a/arch/m68k/mac/iop.c
> +++ b/arch/m68k/mac/iop.c
> @@ -118,9 +118,9 @@
>
> /*#define DEBUG_IOP*/
>
> -/* Set to non-zero if the IOPs are present. Set by iop_init() */
> +/* Set to non-zero if the IOPs are present. Set by iop_preinit() */
I would write,
-/* Set to non-zero if the IOPs are present. Set by iop_init() */
+/* Non-zero if the IOPs are present */
Finn
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-01 8:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-30 9:59 [PATCH] m68k/mac: Fix comment about iop_*_present flags setup timing Geert Uytterhoeven
2013-07-01 8:12 ` Finn Thain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox