[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180302021144.10795-1-quytelda@tamalin.org>
Date: Thu, 1 Mar 2018 18:11:43 -0800
From: Quytelda Kahja <quytelda@...alin.org>
To: gregkh@...uxfoundation.org
Cc: christian.gromm@...rochip.com, devel@...verdev.osuosl.org,
Michael.Fabry@...rochip.com, chris@...ineersdelight.de,
linux-kernel@...r.kernel.org, Quytelda Kahja <quytelda@...alin.org>
Subject: [PATCH 1/2] staging: most: Fix a coding style problem.
Use a blank line after components_show() function declaration.
Signed-off-by: Quytelda Kahja <quytelda@...alin.org>
---
drivers/staging/most/core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/most/core.c b/drivers/staging/most/core.c
index 0ab2de5ecf18..67e2d7f29967 100644
--- a/drivers/staging/most/core.c
+++ b/drivers/staging/most/core.c
@@ -583,6 +583,7 @@ static ssize_t components_show(struct device_driver *drv, char *buf)
}
return offs;
}
+
/**
* split_string - parses buf and extracts ':' separated substrings.
*
--
2.16.2
Powered by blists - more mailing lists