mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
!107 【轻量级 PR】:fix codecheck: no '.' in kernel log
Merge pull request !107 from fundavid/N/A
This commit is contained in:
@@ -94,7 +94,7 @@ static dev_t get_root_partition_dev(struct path *root_path)
|
||||
mount_path = root_path;
|
||||
ret = kern_path("/", LOOKUP_DIRECTORY, mount_path);
|
||||
if (ret) {
|
||||
xpm_log_error("get / path failed.");
|
||||
xpm_log_error("get / path failed");
|
||||
return DM_VERITY_INVALID_DEV;
|
||||
}
|
||||
s_dev = get_partition_dev_form_mnt(mount_path->mnt);
|
||||
|
||||
Reference in New Issue
Block a user