提交 c7265435 编写于 作者: H HariPrasath Elango 提交者: Greg Kroah-Hartman

staging: pi433: Remove comments inside code

Remove comments inbetween code as in this case.
Signed-off-by: NHariPrasath Elango <hariprasath.elango@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b83b8b18
...@@ -1331,7 +1331,7 @@ static int __init pi433_init(void) ...@@ -1331,7 +1331,7 @@ static int __init pi433_init(void)
* that will key udev/mdev to add/remove /dev nodes. Last, register * that will key udev/mdev to add/remove /dev nodes. Last, register
* Last, register the driver which manages those device numbers. * Last, register the driver which manages those device numbers.
*/ */
status = alloc_chrdev_region(&pi433_dev, 0 /*firstminor*/, N_PI433_MINORS /*count*/, "pi433" /*name*/); status = alloc_chrdev_region(&pi433_dev, 0, N_PI433_MINORS, "pi433");
if (status < 0) if (status < 0)
return status; return status;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册