On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin <[email protected]> wrote: > if (pa->pa_slot != PCKBC_AUX_SLOT) > - return (0); > + return 0;
"return (x)" is proper KNF. Please don't undo it.
On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin <[email protected]> wrote: > if (pa->pa_slot != PCKBC_AUX_SLOT) > - return (0); > + return 0;
"return (x)" is proper KNF. Please don't undo it.