staging: fsl-mc: dprc-cmd: Fix checkpatch warning
Fix checkpatch.pl warning: Block comments use * on subsequent lines Fix Commenting Style Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
695b4adc32
commit
be1edb857e
|
@ -1,4 +1,5 @@
|
||||||
/* Copyright 2013-2016 Freescale Semiconductor Inc.
|
/*
|
||||||
|
* Copyright 2013-2016 Freescale Semiconductor Inc.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are met:
|
* modification, are permitted provided that the following conditions are met:
|
||||||
|
@ -30,12 +31,12 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*************************************************************************//*
|
/*
|
||||||
dprc-cmd.h
|
* dprc-cmd.h
|
||||||
|
*
|
||||||
defines dprc portal commands
|
* defines dprc portal commands
|
||||||
|
*
|
||||||
*//**************************************************************************/
|
*/
|
||||||
|
|
||||||
#ifndef _FSL_DPRC_CMD_H
|
#ifndef _FSL_DPRC_CMD_H
|
||||||
#define _FSL_DPRC_CMD_H
|
#define _FSL_DPRC_CMD_H
|
||||||
|
|
Loading…
Reference in New Issue