Re: [PATCHv3 2/6] mailbox: Introduce a new common API

From: Greg KH
Date: Sat Feb 15 2014 - 14:03:21 EST


On Sat, Feb 15, 2014 at 11:55:27PM +0530, Jassi Brar wrote:
> +typedef unsigned request_token_t;

Ick. Why add a new typedef? And if you do need this, drop the "_t" on
the end please.

Why not just rely on an unsigned int? Or long? Do you really need a
new type?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/