diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/spi_flash.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/spi_flash.h b/src/include/spi_flash.h index 1a78b5a904..8ac7912f91 100644 --- a/src/include/spi_flash.h +++ b/src/include/spi_flash.h @@ -30,9 +30,9 @@ /** * container_of - cast a member of a structure out to the containing structure - * @ptr: the pointer to the member. - * @type: the type of the container struct this is embedded in. - * @member: the name of the member within the struct. + * @param ptr: the pointer to the member. + * @param type: the type of the container struct this is embedded in. + * @param member: the name of the member within the struct. * */ #define container_of(ptr, type, member) ({ \ |