Module Name: src Committed By: christos Date: Wed Oct 20 17:52:44 UTC 2021
Modified Files: src/sys/dev/i2c: sgp40.c Log Message: - fix clang compilation: add "%s" to format string - comma is followed by space - KNF multi-line comments - fold long lines - early returns, fixes a missed iic_release_bus() on error. - foo == false -> !foo To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/sgp40.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.