From: Saeed Mahameed <[email protected]> Date: Tue, 15 Nov 2016 23:30:00 +0200
> -struct cache_ent {
> +struct cmd_msg_cache {
> /* protect block chain allocations
> */
> spinlock_t lock;
> struct list_head head;
> + unsigned max_inbox_size;
> + unsigned num_ent;
Always spell out fully the "unsigned int" type name instead of just
plain "unsigned".
