diff --git a/ueventd/lite/ueventd_parameter.c b/ueventd/lite/ueventd_parameter.c index 7126ae0..9e5c415 100644 --- a/ueventd/lite/ueventd_parameter.c +++ b/ueventd/lite/ueventd_parameter.c @@ -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; -} \ No newline at end of file +}