diff options
author | Edward Lipinsky <ellipinsky@gmail.com> | 2016-07-23 11:57:25 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-21 18:08:29 +0200 |
commit | 2d17105ed5cde0932f08a80052e756cff217e6a0 (patch) | |
tree | 4a82fdf4ee2f73667725cb2622f6556509ffdd61 /drivers | |
parent | ec48944786719d8b475a2ab9155c6a3d82d30e48 (diff) | |
download | talos-op-linux-2d17105ed5cde0932f08a80052e756cff217e6a0.tar.gz talos-op-linux-2d17105ed5cde0932f08a80052e756cff217e6a0.zip |
staging: sm750fb: Fix block comment style
This patch fixes the checkpatch.pl warning:
WARNING: Block comments use * on subsequent lines
Signed-off-by: Edward Lipinsky <ellipinsky@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/sm750fb/ddk750_dvi.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/staging/sm750fb/ddk750_dvi.c b/drivers/staging/sm750fb/ddk750_dvi.c index a4a255007c8d..8252f771ef9e 100644 --- a/drivers/staging/sm750fb/ddk750_dvi.c +++ b/drivers/staging/sm750fb/ddk750_dvi.c @@ -6,9 +6,11 @@ #include "ddk750_sii164.h" -/* This global variable contains all the supported driver and its corresponding - function API. Please set the function pointer to NULL whenever the function - is not supported. */ +/* + * This global variable contains all the supported driver and its corresponding + * function API. Please set the function pointer to NULL whenever the function + * is not supported. + */ static dvi_ctrl_device_t g_dcftSupportedDviController[] = { #ifdef DVI_CTRL_SII164 { |