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_r400573707
 
 

 ##########
 File path: drivers/eeprom/i2c_xx24xx.c
 ##########
 @@ -291,7 +313,8 @@ static int ee24xx_writepage(FAR struct ee24xx_dev_s 
*eedev, uint32_t memaddr,
   maddr[1] = memaddr &  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