[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1306017455.3389.0.camel@jlt3.sipsolutions.net>
Date: Sat, 21 May 2011 15:37:35 -0700
From: Johannes Berg <johannes@...solutions.net>
To: Arend van Spriel <arend@...adcom.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
"John W. Linville" <linville@...driver.com>,
Dan Carpenter <error27@...il.com>
Subject: Re: [RFC] lib: crc8: add new library module providing crc8
algorithm
On Sat, 2011-05-21 at 22:49 +0200, Arend van Spriel wrote:
> +/**
> + * enum - CRC8 constants
> + *
> + * @CRC8_INIT_VALUE: Initial CRC8 checksum value
> + * @CRC8_GOOD_VALUE: Good final CRC8 checksum value
> + *
> + * Constants for the crc8() function. Refer to its
> + * documentation how to use these values.
> + */
> +enum CRC8 {
> + CRC8_INIT_VALUE = 0xff,
> + CRC8_GOOD_VALUE = 0x9f
> +};
These seem a little out of place, wouldn't that be specific to how the
algorithm is used?
johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists