On Thu, Mar 12, 2020 at 07:37:14PM -0700, Bart Van Assche wrote: > The C language supports implicitly casting a void pointer into a non-void > pointer. Remove explicit void pointer to non-void pointer casts because > these are superfluous. > > Cc: Harvey Harrison <harvey.harrison@xxxxxxxxx> > Cc: Ingo Molnar <mingo@xxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: H. Peter Anvin <hpa@xxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>