[Devel] Re: [ckrm-tech] [PATCH 3/7] BC: beancounters core (API)
Andrew Morton
akpm at osdl.org
Wed Aug 30 12:47:52 PDT 2006
On Wed, 30 Aug 2006 11:58:34 -0700
Chandra Seetharaman <sekharan at us.ibm.com> wrote:
> > +void bc_uncharge_locked(struct beancounter *bc, int res, unsigned long val);
> > +void bc_uncharge(struct beancounter *bc, int res, unsigned long val);
> > +
> > +struct beancounter *beancounter_findcreate(bcid_t id, int mask);
>
> prototype do not need the parameter names, types would suffice (would
> save you few characters).
argh. Those few characters are useful.
More information about the Devel
mailing list