OSDN Git Service

i2c: exynos5: correct top kerneldoc
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 5 Apr 2021 18:14:05 +0000 (20:14 +0200)
committerWolfram Sang <wsa@kernel.org>
Tue, 6 Apr 2021 20:32:33 +0000 (22:32 +0200)
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 <krzysztof.kozlowski@canonical.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-exynos5.c

index 5ac30d9..97d4f3a 100644 (file)
@@ -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.