mirror of
https://github.com/dynup/kpatch
synced 2025-01-20 03:50:42 +00:00
Merge pull request #182 from spartacus06/fix-warning
fix incompatible pointer type warning
This commit is contained in:
commit
f5b442c50f
@ -41,7 +41,7 @@ static ssize_t patch_enabled_show(struct kobject *kobj,
|
||||
}
|
||||
|
||||
static ssize_t patch_enabled_store(struct kobject *kobj,
|
||||
struct kobj_attribute *attr, char *buf,
|
||||
struct kobj_attribute *attr, const char *buf,
|
||||
size_t count)
|
||||
{
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user