diff options
author | Krzysztof Kozlowski <[email protected]> | 2021-04-05 20:14:05 +0200 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2021-04-06 22:32:33 +0200 |
commit | 56b4c6515a367718ced8595debf1567c052ea0b2 (patch) | |
tree | 9aede434074986476d0e7619be06858719ad994b | |
parent | 5e729bc54bda705f64941008b018b4e41a4322bf (diff) |
i2c: exynos5: correct top kerneldoc
The top comment is not a kerneldoc, as W=1 build reports:
drivers/i2c/busses/i2c-exynos5.c:39: warning:
expecting prototype for i2c(). Prototype was for HSI2C_CTL() instead
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
-rw-r--r-- | drivers/i2c/busses/i2c-exynos5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-exynos5.c b/drivers/i2c/busses/i2c-exynos5.c index 5ac30d95650c..97d4f3ac0abd 100644 --- a/drivers/i2c/busses/i2c-exynos5.c +++ b/drivers/i2c/busses/i2c-exynos5.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * i2c-exynos5.c - Samsung Exynos5 I2C Controller Driver * * Copyright (C) 2013 Samsung Electronics Co., Ltd. |