pre-commit: add check-toml + update hooks (#27906)

* pre-commit: add check-toml

* update

* fix typo
old-commit-hash: 2adab40565c66275c9eab3143f9b95e461013957
This commit is contained in:
Adeeb Shihadeh
2023-04-13 21:45:12 -07:00
committed by GitHub
parent 80612bd015
commit d3d799c419
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#define UNUSED(x) (void)(x)
#ifdef QCOM2
// TODO: decide if we want to isntall libi2c-dev everywhere
// TODO: decide if we want to install libi2c-dev everywhere
extern "C" {
#include <linux/i2c-dev.h>
#include <i2c/smbus.h>