patacongo commented on a change in pull request #661: Check return from 
nxsem_wait_initialize()
URL: https://github.com/apache/incubator-nuttx/pull/661#discussion_r400573829
 
 

 ##########
 File path: drivers/eeprom/i2c_xx24xx.c
 ##########
 @@ -517,7 +560,8 @@ static ssize_t ee24xx_read(FAR struct file *filep, FAR 
char *buffer,
   addr[1]           = (filep->f_pos) &  0xff;
 
   msgs[0].frequency = eedev->freq;
-  msgs[0].addr      = eedev->addr | (addr_hi & ((1 << eedev->haddrbits) - 1));
+  msgs[0].addr      = eedev->addr | \
+                      (addr_hi & ((1 << eedev->haddrbits) - 1));
 
 Review comment:
   No line continuation characters should be used in C code.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to