NicholasChin commented on pull request #1145:
URL: https://github.com/apache/incubator-nuttx/pull/1145#issuecomment-635459461


   I'm at a loss for why checkpatch is reporting:
   `drivers/usbhost/usbhost_ft232r.c:831:26: error: Multiple data definitions`
   
   The line it is complaining about is a simple array instantiation and the 
variable name is unique:
   `int divfrac[9] = {0,
                           500,
                           250,
                           125,
                           375,
                           625,
                           750,
                           875,
                           1000};`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to