From 97a9963e09b1c519605803d5b82bf201ca1ea84f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 13 Nov 2020 14:32:36 +0900 Subject: [PATCH] arch/arm/src/sam34/sam_udp.c: Replace non-ascii characters in comments --- arch/arm/src/sam34/sam_udp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/src/sam34/sam_udp.c b/arch/arm/src/sam34/sam_udp.c index da9e3fc7e4c..84ed26a22eb 100644 --- a/arch/arm/src/sam34/sam_udp.c +++ b/arch/arm/src/sam34/sam_udp.c @@ -1044,9 +1044,9 @@ static int sam_req_write(struct sam_usbdev_s *priv, struct sam_ep_s *privep) privreq->inflight = 0; /* Set TXPKTRDY to notify the USB hardware that there is (null) - * TX packet available. We will be notified that the endpoint’s + * TX packet available. We will be notified that the endpoint's * FIFO has been released by the USB device when TXCOMP in the - * endpoint’s UDPEP_CSRx register has been set. + * endpoint's UDPEP_CSRx register has been set. */ usbtrace(TRACE_WRITE(epno), 0); @@ -1284,8 +1284,8 @@ static void sam_ep0_wrstatus(const uint8_t *buffer, size_t buflen) } /* Set TXPKTRDY to notify the USB hardware that there is TX data in the - * endpoint FIFO. We will be notified that the endpoint’s FIFO has been - * released by the USB device when TXCOMP in the endpoint’s UDPEP_CSRx + * endpoint FIFO. We will be notified that the endpoint's FIFO has been + * released by the USB device when TXCOMP in the endpoint's UDPEP_CSRx * register has been set. */