diff mbox series

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

Message ID 20200721144942.762495-2-abanoubsameh@protonmail.com
State New
Headers show
Series [1/3] gpio: gpio-intel-mid.c: changed every 'unsigned' to 'unsigned int' | expand

Commit Message

Abanoub Sameh July 21, 2020, 2:49 p.m. UTC
A small to the coding style of a comment to make it compliant with the coding style.

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

Patch

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 */