logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0003-nfc-uapi-remove-stray-semicolon-in-struct-declaratio.patch (886B)


  1. From c421db7540796882a53d9b533862da16d7810ec3 Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Fri, 18 Feb 2022 01:51:13 -0800
  4. Subject: [PATCH] nfc: uapi: remove stray semicolon in struct declaration
  5. Signed-off-by: Michael Forney <mforney@mforney.org>
  6. ---
  7. include/uapi/linux/nfc.h | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/include/uapi/linux/nfc.h b/include/uapi/linux/nfc.h
  10. index 4fa4e979e948..8ab0833ed192 100644
  11. --- a/include/uapi/linux/nfc.h
  12. +++ b/include/uapi/linux/nfc.h
  13. @@ -277,7 +277,7 @@ struct sockaddr_nfc_llcp {
  14. __u32 nfc_protocol;
  15. __u8 dsap; /* Destination SAP, if known */
  16. __u8 ssap; /* Source SAP to be bound to */
  17. - char service_name[NFC_LLCP_MAX_SERVICE_NAME]; /* Service name URI */;
  18. + char service_name[NFC_LLCP_MAX_SERVICE_NAME]; /* Service name URI */
  19. __kernel_size_t service_name_len;
  20. };
  21. --
  22. 2.34.1