From: David Sterba <dsterba@suse.cz>
To: Jiri Slaby <jirislaby@gmail.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>,
torvalds@linux-foundation.org, linux-kernel@vger.kernel.org,
jkosina@suse.cz, benm@symmetric.co.nz, stephen@symmetric.co.nz
Subject: Re: [PATCH] ipwireless: driver for 3G PC Card
Date: Tue, 29 Jan 2008 14:42:08 +0100 [thread overview]
Message-ID: <200801291442.08740.dsterba@suse.cz> (raw)
In-Reply-To: <479E62AB.3010603@gmail.com>
On Tuesday 29 of January 2008 00:18:03 Jiri Slaby wrote:
> On 01/28/2008 07:08 PM, Randy Dunlap wrote:
> >> +/*
> >> + * @return 1 if something has been received from hw
> >
> > What's with the '@'?
>
> ...
>
> >> +
> >> +/*!
> >
> > and the '!' ?
> >
> >> + * @return true if the card is physically present.
> >> + */
>
> What exactly is wrong with @ and !? It's perfectly doxygen-styled.
Well, I've removed them, this was not consistent neither within the driver nor
with kernel documenting style.
> >> diff --git a/drivers/char/pcmcia/ipwireless/main.c
> >> b/drivers/char/pcmcia/ipwireless/main.c new file mode 100644
> >> index 0000000..cab5722
> >> --- /dev/null
> >> +++ b/drivers/char/pcmcia/ipwireless/main.c
> >> @@ -0,0 +1,496 @@
>
> [...]
>
> >> +module_param(major, int, 0);
> >> +module_param(ipwireless_debug, int, 0);
> >> +module_param(ipwireless_loopback, int, 0);
> >> +module_param(ipwireless_out_queue, int, 0);
> >> +MODULE_PARM_DESC(major, "ttyIPWp major number [0]");
> >> +MODULE_PARM_DESC(ipwireless_debug, "switch on debug messages [0]");
> >> +MODULE_PARM_DESC(ipwireless_debug, "switch on loopback mode [0]");
> >> +MODULE_PARM_DESC(ipwireless_debug, "set size of outgoing queue [1]");
> >
> > Will these parameters be documented anywhere?
>
> Anyway the descs are wrong. Those 3 are for the only one variable.
Yes this was my copy&paste error, thanks.
Dave
next prev parent reply other threads:[~2008-01-29 13:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-28 17:19 [PATCH] ipwireless: driver for 3G PC Card David Sterba
2008-01-28 17:53 ` Alexey Dobriyan
2008-01-30 13:28 ` Pavel Machek
2008-01-28 18:08 ` Randy Dunlap
2008-01-28 23:18 ` Jiri Slaby
2008-01-28 23:28 ` Randy Dunlap
2008-01-28 23:29 ` Jiri Slaby
2008-01-28 23:33 ` Randy Dunlap
2008-01-29 6:22 ` Pekka Enberg
2008-01-29 13:42 ` David Sterba [this message]
2008-01-29 13:40 ` David Sterba
2008-01-30 13:40 ` Pavel Machek
2008-01-30 21:29 ` Stephen Blackheath [to Foxconn]
2008-01-30 23:15 ` Pavel Machek
2008-02-01 15:21 ` David Sterba
2008-02-01 23:43 ` Pavel Machek
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=200801291442.08740.dsterba@suse.cz \
--to=dsterba@suse.cz \
--cc=benm@symmetric.co.nz \
--cc=jirislaby@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
--cc=stephen@symmetric.co.nz \
--cc=torvalds@linux-foundation.org \
/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.