Commit 427dc547 authored by Thierry Reding's avatar Thierry Reding

drm/scdc-helper: Remove gratuitous blank lines

It's unusual to separate kerneldoc comments from the functions that they
describe by a blank line. Remove them.
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170901144430.19164-1-thierry.reding@gmail.com
parent 46ad42a3
...@@ -134,7 +134,6 @@ EXPORT_SYMBOL(drm_scdc_write); ...@@ -134,7 +134,6 @@ EXPORT_SYMBOL(drm_scdc_write);
* Returns: * Returns:
* True if the scrambling is enabled, false otherwise. * True if the scrambling is enabled, false otherwise.
*/ */
bool drm_scdc_get_scrambling_status(struct i2c_adapter *adapter) bool drm_scdc_get_scrambling_status(struct i2c_adapter *adapter)
{ {
u8 status; u8 status;
...@@ -162,7 +161,6 @@ EXPORT_SYMBOL(drm_scdc_get_scrambling_status); ...@@ -162,7 +161,6 @@ EXPORT_SYMBOL(drm_scdc_get_scrambling_status);
* Returns: * Returns:
* True if scrambling is set/reset successfully, false otherwise. * True if scrambling is set/reset successfully, false otherwise.
*/ */
bool drm_scdc_set_scrambling(struct i2c_adapter *adapter, bool enable) bool drm_scdc_set_scrambling(struct i2c_adapter *adapter, bool enable)
{ {
u8 config; u8 config;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment