mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 03:46:32 +07:00
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>
This commit is contained in:
parent
ec48944786
commit
2d17105ed5
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user