mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-04 17:19:20 +00:00
init: fix annotation
Signed-off-by: xionglei6 <xionglei6@huawei.com>
This commit is contained in:
parent
6f36e2ef9e
commit
e459938d94
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user