init: fix annotation

Signed-off-by: xionglei6 <xionglei6@huawei.com>
This commit is contained in:
xionglei6 2021-12-30 17:27:04 +08:00
parent 6f36e2ef9e
commit e459938d94

View File

@ -13,10 +13,10 @@
* limitations under the License.
*/
// lite release not support set parameter and ramdisk image not need to set device node parameter.
// lite release not support set parameter.
int SetUeventDeviceParameter(const char *devNode, const char *paramValue)
{
(void)(devNode);
(void)(paramValue);
return 0;
}
}