-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
You probably wanted to name function parameter parent
, instead of this
. Otherwise there will be a compilation error.
kunit-docs/third_party/kernel/docs/_sources/usage.rst.txt
Lines 341 to 344 in dda544a
ssize_t fake_eeprom_write(struct eeprom *this, size_t offset, const char *buffer, size_t count) | |
{ | |
struct fake_eeprom *this = container_of(parent, struct fake_eeprom, parent); | |
Metadata
Metadata
Assignees
Labels
No labels