Commit 2d17105e authored by Edward Lipinsky's avatar Edward Lipinsky Committed by Greg Kroah-Hartman

staging: sm750fb: Fix block comment style

This patch fixes the checkpatch.pl warning:

WARNING: Block comments use * on subsequent lines
Signed-off-by: default avatarEdward Lipinsky <ellipinsky@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ec489447
...@@ -6,9 +6,11 @@ ...@@ -6,9 +6,11 @@
#include "ddk750_sii164.h" #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 * This global variable contains all the supported driver and its corresponding
is not supported. */ * function API. Please set the function pointer to NULL whenever the function
* is not supported.
*/
static dvi_ctrl_device_t g_dcftSupportedDviController[] = { static dvi_ctrl_device_t g_dcftSupportedDviController[] = {
#ifdef DVI_CTRL_SII164 #ifdef DVI_CTRL_SII164
{ {
......
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