Re: [PATCH] staging: sm750fb: Remove typedefs from _logical_chip_type_t and _clock_type_t

From: Greg Kroah-Hartman
Date: Fri Jun 23 2017 - 16:24:33 EST


On Mon, Jun 19, 2017 at 10:51:21PM +0530, Simran Singhal wrote:
> This patch removes typedefs from enum _logical_chip_type_t and enum
> _clock_type_t and rename them to logical_chip_type_t and clock_type_t
> respectively.

Why are you doing two different typedef fixups in a single patch?
Please only do one at a time.

thanks,

greg k-h