[PATCH 2/3] gpio: gpio-intel-mid.c: fixed alignment of a block comment

From: Abanoub Sameh
Date: Tue Jul 21 2020 - 10:50:05 EST


A small to the coding style of a comment to make it compliant with the coding style.

Signed-off-by: Abanoub Sameh <abanoubsameh@xxxxxxxxxxxxxx>
---
drivers/gpio/gpio-intel-mid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-intel-mid.c b/drivers/gpio/gpio-intel-mid.c
index 6487acab104c..a9cef06b813b 100644
--- a/drivers/gpio/gpio-intel-mid.c
+++ b/drivers/gpio/gpio-intel-mid.c
@@ -38,7 +38,7 @@
* reg_addr = reg_base + GPDR * nreg * 4 + reg * 4;
*
* so the bit of reg_addr is to control pin offset's GPDR feature
-*/
+ */

enum GPIO_REG {
GPLR = 0, /* pin level read-only */
--
2.28.0.rc0