| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-02-02 | Documentation: driver-api: correct spelling | Randy Dunlap | 1 | -1/+1 | |
| Correct spelling problems for Documentation/driver-api/ as reported by codespell. Signed-off-by: Randy Dunlap <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: [email protected] Cc: Vishal Verma <[email protected]> Cc: Dave Jiang <[email protected]> Cc: [email protected] Cc: Vinod Koul <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Acked-by: Dan Williams <[email protected]> Acked-by: Song Liu <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]> | |||||
| 2021-07-25 | nfc: constify nfc_llc_ops | Krzysztof Kozlowski | 1 | -1/+1 | |
| Neither the core nor the drivers modify the passed pointer to struct nfc_llc_ops, so make it a pointer to const for correctness and safety. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2019-07-15 | docs: add SPDX tags to new index files | Mauro Carvalho Chehab | 1 | -0/+2 | |
| All those new files I added are under GPL v2.0 license. Add the corresponding SPDX headers to them. Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||
| 2019-07-15 | docs: nfc: add it to the driver-api book | Mauro Carvalho Chehab | 3 | -0/+354 | |
| Most of the descriptions here are oriented to a Kernel developer. Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||