34d0938e | 17-Jan-2023 |
Randy Dunlap <rdunlap@infradead.org> |
most: tell what the MOST acronym means
Tell kconfig users what "MOST" means so that they can have a bit of information about what it is. I.e., more than zero information.
Signed-off-by: Randy Dunla
most: tell what the MOST acronym means
Tell kconfig users what "MOST" means so that they can have a bit of information about what it is. I.e., more than zero information.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Christian Gromm <christian.gromm@microchip.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20230117182840.26890-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
|
57515640 | 29-Mar-2021 |
Shixin Liu <liushixin2@huawei.com> |
drivers: most: use LIST_HEAD() for list_head
There's no need to declare a list and then init it manually, just use the LIST_HEAD() macro.
Signed-off-by: Shixin Liu <liushixin2@huawei.com> Link: htt
drivers: most: use LIST_HEAD() for list_head
There's no need to declare a list and then init it manually, just use the LIST_HEAD() macro.
Signed-off-by: Shixin Liu <liushixin2@huawei.com> Link: https://lore.kernel.org/r/20210329094015.66942-2-liushixin2@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
|