Error, disabling serialEvent() for COM8 null (A Solution that worked for me)

When I removed the Comment after this function definition, I still received the “Error, disabling serialEvent() for COM8” message.
I then noticed a SPACE character after the leading Brace { in the function definition.
Deleting that SPACE eliminated the Error.
Adding the Comment back in brought back the error but that was because I had 2 SPACE characters preceding the Comment’s //. Making the Comment left justified eliminated the error.