projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ad42a
)
drm/scdc-helper: Remove gratuitous blank lines
author
Thierry Reding
<treding@nvidia.com>
Fri, 1 Sep 2017 14:44:28 +0000
(16:44 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Fri, 1 Sep 2017 17:52:13 +0000
(19:52 +0200)
It's unusual to separate kerneldoc comments from the functions that they
describe by a blank line. Remove them.
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20170901144430.19164-1-thierry.reding@gmail.com
drivers/gpu/drm/drm_scdc_helper.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_scdc_helper.c
b/drivers/gpu/drm/drm_scdc_helper.c
index 7d1b0f011d33e1d796890bb71c88458b0ae6d054..9a136d15a06e85f75b9804263dfe1c77e38b8ebc 100644
(file)
--- a/
drivers/gpu/drm/drm_scdc_helper.c
+++ b/
drivers/gpu/drm/drm_scdc_helper.c
@@
-134,7
+134,6
@@
EXPORT_SYMBOL(drm_scdc_write);
* Returns:
* True if the scrambling is enabled, false otherwise.
*/
-
bool drm_scdc_get_scrambling_status(struct i2c_adapter *adapter)
{
u8 status;
@@
-162,7
+161,6
@@
EXPORT_SYMBOL(drm_scdc_get_scrambling_status);
* Returns:
* True if scrambling is set/reset successfully, false otherwise.
*/
-
bool drm_scdc_set_scrambling(struct i2c_adapter *adapter, bool enable)
{
u8 config;