Documentation: driver-api: correct spellingCorrect spelling problems for Documentation/driver-api/ as reportedby codespell.Signed-off-by: Randy Dunlap <[email protected]>Cc: Mauro Carvalho
Documentation: driver-api: correct spellingCorrect spelling problems for Documentation/driver-api/ as reportedby 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]>
show more ...
nfc: constify nfc_llc_opsNeither the core nor the drivers modify the passed pointer to structnfc_llc_ops, so make it a pointer to const for correctness and safety.Signed-off-by: Krzysztof Kozlow
nfc: constify nfc_llc_opsNeither the core nor the drivers modify the passed pointer to structnfc_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]>
docs: add SPDX tags to new index filesAll those new files I added are under GPL v2.0 license.Add the corresponding SPDX headers to them.Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@ker
docs: add SPDX tags to new index filesAll 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]>
docs: nfc: add it to the driver-api bookMost of the descriptions here are oriented to a Kernel developer.Signed-off-by: Mauro Carvalho Chehab <[email protected]>