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: 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
This commit is contained in:
Родитель
46ad42a375
Коммит
427dc547e1
|
@ -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);
|
||||||
* 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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче