From 4ca90c5e6061a706f45371d64afd6bc1ac26f9d2 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 20 Jun 2012 06:58:06 +0000 Subject: [PATCH] --- yaml --- r: 318937 b: refs/heads/master c: e393d1bd354b5abd7db343b8b47e581f41cd8161 h: refs/heads/master i: 318935: 40e0e3681afa770efa457a82731a72c60c465515 v: v3 --- [refs] | 2 +- trunk/arch/sparc/prom/init_32.c | 4 ++-- trunk/arch/sparc/prom/init_64.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 814f441e89f9..34341c4c2d4a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 84a55f6d62d4a631184bd5a6f14f3379050c3a9a +refs/heads/master: e393d1bd354b5abd7db343b8b47e581f41cd8161 diff --git a/trunk/arch/sparc/prom/init_32.c b/trunk/arch/sparc/prom/init_32.c index 26c64cea3c9c..a8d9342ce659 100644 --- a/trunk/arch/sparc/prom/init_32.c +++ b/trunk/arch/sparc/prom/init_32.c @@ -27,8 +27,8 @@ EXPORT_SYMBOL(prom_root_node); struct linux_nodeops *prom_nodeops; /* You must call prom_init() before you attempt to use any of the - * routines in the prom library. It returns 0 on success, 1 on - * failure. It gets passed the pointer to the PROM vector. + * routines in the prom library. + * It gets passed the pointer to the PROM vector. */ extern void prom_meminit(void); diff --git a/trunk/arch/sparc/prom/init_64.c b/trunk/arch/sparc/prom/init_64.c index 5016c5e20575..d95db755828f 100644 --- a/trunk/arch/sparc/prom/init_64.c +++ b/trunk/arch/sparc/prom/init_64.c @@ -22,8 +22,8 @@ int prom_stdout; phandle prom_chosen_node; /* You must call prom_init() before you attempt to use any of the - * routines in the prom library. It returns 0 on success, 1 on - * failure. It gets passed the pointer to the PROM vector. + * routines in the prom library. + * It gets passed the pointer to the PROM vector. */ extern void prom_cif_init(void *, void *);