diff for duplicates of <20090123173135.GR440@frodo> diff --git a/a/1.txt b/N1/1.txt index d3a2c53..2a2cb08 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,13 +30,13 @@ On Mon, Dec 29, 2008 at 11:23:22AM +0100, Julia Lawall wrote: > // <smpl> > @r1@ struct usb_endpoint_descriptor *epd; @@ > -> - ((epd->bmAttributes & \(USB_ENDPOINT_XFERTYPE_MASK\|3\)) = +> - ((epd->bmAttributes & \(USB_ENDPOINT_XFERTYPE_MASK\|3\)) == > - \(USB_ENDPOINT_XFER_CONTROL\|0\)) > + usb_endpoint_xfer_control(epd) > > @r5@ struct usb_endpoint_descriptor *epd; @@ > -> - ((epd->bEndpointAddress & \(USB_ENDPOINT_DIR_MASK\|0x80\)) = +> - ((epd->bEndpointAddress & \(USB_ENDPOINT_DIR_MASK\|0x80\)) == > - \(USB_DIR_IN\|0x80\)) > + usb_endpoint_dir_in(epd) > diff --git a/a/content_digest b/N1/content_digest index 0404357..bd55a04 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.0812291123050.9555@pc-004.diku.dk\0" "From\0Felipe Balbi <me@felipebalbi.com>\0" - "Subject\0Re: [PATCH 12/13] drivers/usb/musb: use USB API functions rather\0" - "Date\0Fri, 23 Jan 2009 17:31:36 +0000\0" + "Subject\0Re: [PATCH 12/13] drivers/usb/musb: use USB API functions rather than constants\0" + "Date\0Fri, 23 Jan 2009 19:31:36 +0200\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0felipe.balbi@nokia.com" linux-usb@vger.kernel.org @@ -42,13 +42,13 @@ "> // <smpl>\n" "> @r1@ struct usb_endpoint_descriptor *epd; @@\n" "> \n" - "> - ((epd->bmAttributes & \\(USB_ENDPOINT_XFERTYPE_MASK\\|3\\)) =\n" + "> - ((epd->bmAttributes & \\(USB_ENDPOINT_XFERTYPE_MASK\\|3\\)) ==\n" "> - \\(USB_ENDPOINT_XFER_CONTROL\\|0\\))\n" "> + usb_endpoint_xfer_control(epd)\n" "> \n" "> @r5@ struct usb_endpoint_descriptor *epd; @@\n" "> \n" - "> - ((epd->bEndpointAddress & \\(USB_ENDPOINT_DIR_MASK\\|0x80\\)) =\n" + "> - ((epd->bEndpointAddress & \\(USB_ENDPOINT_DIR_MASK\\|0x80\\)) ==\n" "> - \\(USB_DIR_IN\\|0x80\\))\n" "> + usb_endpoint_dir_in(epd)\n" "> \n" @@ -122,4 +122,4 @@ "-- \n" balbi -8f0e544fcf8a4ee3da953f4ebd1b9a26285d1379f4e4fc1be9520ed08e4602e7 +d9d8ea161d45d1a879b9bfc9e61615b94e90d4d4281d791423ff2314a814a401
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.