commit | 5fa12073cb517becba593aecc7229fe02220ef29 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Mar 31 14:39:38 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Apr 01 05:34:17 2021 -0400 |
tree | cd4d8efb93a0fe321f11790eaae4f22b204eb240 | |
parent | 3f4f3f6c433e459b5eb0422de817bff8522a990e [diff] [blame] |
drivers: remove what appears to be code from comments Some tools consider this as commented code because of the ifdef, so remove that and fix a coding guideline violation. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/drivers/modem/quectel-bg9x.h b/drivers/modem/quectel-bg9x.h index ed6624e..545ca5b 100644 --- a/drivers/modem/quectel-bg9x.h +++ b/drivers/modem/quectel-bg9x.h
@@ -147,4 +147,4 @@ #endif }; -#endif /* #ifndef QUECTEL_BG9X_H */ +#endif /* QUECTEL_BG9X_H */