From: James Morris <[EMAIL PROTECTED]>
Date: Fri, 14 Jul 2006 19:34:20 -0400 (EDT)

> On Fri, 14 Jul 2006, [EMAIL PROTECTED] wrote:
> 
> > +static inline void netlbl_put_hdr(unsigned char *buffer,
> > +                             const u32 msg_type,
> > +                             const u16 msg_len,
> > +                             const u16 msg_flags,
> > +                             const u32 msg_pid,
> > +                             const u32 msg_seq)
> 
> Why are these parameters marked const?  Seems to be common throughout the 
> code.

Yes, it is pointless to mark non-pointers as "const", especially
these day.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to