Nick Piggin <[email protected]> wrote:
>
> Andrew Morton wrote:
>
> >>+static void kcons_write_dom0(
> >>+ struct console *c, const char *s, unsigned int count)
> >>+{
> >>+ int rc;
> >>+
> >>+ while ((count > 0) &&
> >>+ ((rc = HYPERVISOR_console_io(
> >>+ CONSOLEIO_write, count, (char *)s)) > 0)) {
> >>+ count -= rc;
> >>+ s += rc;
> >>+ }
> >>+}
> >
> >
> > must.. not.. mention.. coding.. style..
>
> Someone should write you a script to go through a patch and flag the
> most common style mistakes. Have the output formatted to look like
> you're replying to the mail, and wire it up to your inbox ;)
>
Even better, someone should write a coding style document, so people get it
right from the outset.
Clever, aren't I?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]