From: Jiri Slaby <jirislaby@gmail.com>
To: Yoann Padioleau <padator@wanadoo.fr>
Cc: kernel-janitors@lists.osdl.org, akpm@linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: [KJ] Re: [PATCH] old declaration ritchie style fix
Date: Fri, 25 May 2007 07:25:51 +0000 [thread overview]
Message-ID: <46568F7F.1040100@gmail.com> (raw)
In-Reply-To: <87y7jemb1u.fsf@wanadoo.fr>
Yoann Padioleau napsal(a):
> Use consistent function declaration style.
>
> Note that this file is not compiled by make allyesconfig
> and its configuration option appears nowhere. Perhaps
> it would be better to remove the file.
I don't know where were you looking, but it is referenced in both Makefile and
Kconfig in drivers/net/ and depends on ATARI && ATARI_ACSI && BROKEN. I suppose
you don't have atari.
> ---
>
> atari_pamsnet.c | 62 +++++++++++++++++++-------------------------------------
> 1 file changed, 22 insertions(+), 40 deletions(-)
>
>
> diff --git a/drivers/net/atari_pamsnet.c b/drivers/net/atari_pamsnet.c
> index 5471440..ea5b868 100644
> --- a/drivers/net/atari_pamsnet.c
> +++ b/drivers/net/atari_pamsnet.c
[...]
> @@ -501,9 +483,7 @@ pamsnet_intr(irq, data, fp)
> /* receivepkt() loads a packet to a given buffer and returns its length */
>
> static int
> -receivepkt (target, buffer)
> - int target;
> - unsigned char *buffer;
> +receivepkt (int target, unsigned char *buffer)
When you are at it, you can also get rid of bsd return-type-on-its-own-line
style + remove the space before parenthesis.
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
WARNING: multiple messages have this Message-ID (diff)
From: Jiri Slaby <jirislaby@gmail.com>
To: Yoann Padioleau <padator@wanadoo.fr>
Cc: kernel-janitors@lists.osdl.org, akpm@linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] old declaration ritchie style fix
Date: Fri, 25 May 2007 09:25:51 +0200 [thread overview]
Message-ID: <46568F7F.1040100@gmail.com> (raw)
In-Reply-To: <87y7jemb1u.fsf@wanadoo.fr>
Yoann Padioleau napsal(a):
> Use consistent function declaration style.
>
> Note that this file is not compiled by make allyesconfig
> and its configuration option appears nowhere. Perhaps
> it would be better to remove the file.
I don't know where were you looking, but it is referenced in both Makefile and
Kconfig in drivers/net/ and depends on ATARI && ATARI_ACSI && BROKEN. I suppose
you don't have atari.
> ---
>
> atari_pamsnet.c | 62 +++++++++++++++++++-------------------------------------
> 1 file changed, 22 insertions(+), 40 deletions(-)
>
>
> diff --git a/drivers/net/atari_pamsnet.c b/drivers/net/atari_pamsnet.c
> index 5471440..ea5b868 100644
> --- a/drivers/net/atari_pamsnet.c
> +++ b/drivers/net/atari_pamsnet.c
[...]
> @@ -501,9 +483,7 @@ pamsnet_intr(irq, data, fp)
> /* receivepkt() loads a packet to a given buffer and returns its length */
>
> static int
> -receivepkt (target, buffer)
> - int target;
> - unsigned char *buffer;
> +receivepkt (int target, unsigned char *buffer)
When you are at it, you can also get rid of bsd return-type-on-its-own-line
style + remove the space before parenthesis.
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
next prev parent reply other threads:[~2007-05-25 7:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-24 16:38 [KJ] [PATCH] old declaration ritchie style fix Yoann Padioleau
2007-05-24 16:38 ` Yoann Padioleau
2007-05-25 7:25 ` Jiri Slaby [this message]
2007-05-25 7:25 ` Jiri Slaby
2007-05-25 8:40 ` [KJ] " Stefan Richter
2007-05-25 8:40 ` Stefan Richter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46568F7F.1040100@gmail.com \
--to=jirislaby@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=kernel-janitors@lists.osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=padator@wanadoo.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.