Ok. I understand.This patch fixes coding style issues reported by checkpatch concerning
to unnecessary space after a cast.
This is a case where checkpatch is wrong, IMO. Casts should always be
followed by a space. I will not accept this patch.
I'm using the checkpatch --strict option.
This must be something recently added to checkpatch. It never used to
complain about casts, whether they were followed by a space or not.
Please never use that on existing kernel code, except for
drivers/staging/ stuff, otherwise your patches will start to very
quickly be ignored.
thanks,
greg k-h