补充注释; 修正格式问题.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
59447433dd
commit
36d57cd73e
|
@ -1,3 +1,13 @@
|
|||
/**
|
||||
* @file demo_misc.c
|
||||
* @author your name (you@domain.com)
|
||||
* @brief
|
||||
* @version 0.1
|
||||
* @date 2019-10-15
|
||||
*
|
||||
* @copyright Copyright (c) 2019
|
||||
*
|
||||
*/
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/init.h>
|
||||
|
|
Loading…
Reference in New Issue