mirror of
https://github.com/schoebel/mars
synced 2025-03-11 07:47:41 +00:00
main: fix typo
This commit is contained in:
parent
18af01baf1
commit
57eaf3c66b
@ -2608,7 +2608,7 @@ void touch_systemd_trigger(const char *filename)
|
||||
}
|
||||
if (f && !IS_ERR(f)) {
|
||||
#ifdef MARS_HAS_KERNEL_READ
|
||||
(void)kernel_write(f, str, len, dummy_pos);
|
||||
(void)kernel_write(f, str, len, &dummy_pos);
|
||||
#else
|
||||
(void)vfs_write(f, str, len, &dummy_pos);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user