* "Arend van Spriel" <arend@xxxxxxxxxxxx>: > +/** > + * crc8() - calculate a crc8 over the given input data > + * > + * @pdata: pointer to data buffer. > + * @nbytes: number of bytes in data buffer. > + * @crc: previous returned crc8 value. > + * > + * The CRC8 is calculated using the polynomial given below. > + * > + * x^8 + x^7 +x^6 + x^4 + x^2 + 1 ^ Could you possibly add a space here ... > +/* > + * table for crc8 calculation based on following polynomial: > + * x^8 + x^7 +x^6 + x^4 + x^2 + 1 ^ ... and here? Best regards, Nicolas Kaiser -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html