juniskane opened a new pull request #2139: URL: https://github.com/apache/incubator-nuttx/pull/2139
## Summary Code cleanup for SSD1306 OLED driver: - some comments edited for typos and other obvious corrections - some commented out code removed - references to non-existent CONFIG* macros removed/corrected to real ones - one accidental #ifdef LCD_SSD1306_SPI changed to #ifdef CONFIG_LCD_SSD1306_SPI (only affects compile-time pre-processor checks) - fix one DEBUGASSERT (checked ptr != NULL after dereferencing the ptr) - nxstyle changes ## Impact No functional change ## Testing ---------------------------------------------------------------- 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