summaryrefslogtreecommitdiff
path: root/include/uapi/rdma
diff options
context:
space:
mode:
authorMarta Rybczynska <rybczynska@gmail.com>2020-07-26 20:54:40 +0200
committerJonathan Corbet <corbet@lwn.net>2020-08-24 17:18:51 -0600
commit94dea151bf3651c01acb12a38ca75ba9d26ea4da (patch)
treed07cb4ec102e3696fb1634ef529de5b85c5952fc /include/uapi/rdma
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff)
downloadkernel-94dea151bf3651c01acb12a38ca75ba9d26ea4da.tar.gz
Documentation/locking/locktypes: fix local_locks documentation
Fix issues with local_locks documentation: - fix function names, local_lock.h has local_unlock_irqrestore(), not local_lock_irqrestore() - fix mapping table, local_unlock_irqrestore() maps to local_irq_restore(), not _save() Signed-off-by: Marta Rybczynska <rybczynska@gmail.com> Acked-by: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/CAApg2=SKxQ3Sqwj6TZnV-0x0cKLXFKDaPvXT4N15MPDMKq724g@mail.gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/uapi/rdma')
0 files changed, 0 insertions, 0 deletions
ernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2013-03-25rtlwifi: usb: add NET_IP_ALIGN padding to RX skb when neededJussi Kivilinna 2013-03-25rtlwifi: usb: defer rx processing to taskletJussi Kivilinna 2013-03-25rtlwifi: usb: remove extra skb copy on RX pathJussi Kivilinna 2013-03-25rtlwifi: usb: use usb_alloc_coherent for RX buffersJussi Kivilinna 2013-03-18rtlwifi: usb: add missing freeing of skbuffJussi Kivilinna 2013-03-11wireless:rtlwifi: replaced kmalloc+memcpy with kmemdupAndrei Epure 2013-02-18rtlwifi: usb: allocate URB control message setup_packet and data buffer separ...Jussi Kivilinna 2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2013-02-08rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_idLarry Finger 2013-02-01rtlwifi: Fix warnings in usb.cLarry Finger 2013-01-28rtlwifi: Fix the usage of the wrong variable in usb.cLarry Finger 2013-01-02rtlwifi: Don't leak on error in _rtl_usb_receive()Jesper Juhl 2013-01-02rtlwifi: fix incorrect use of usb_alloc_coherent with usb_control_msgJussi Kivilinna 2012-12-06rtlwifi: remove __dev* attributesBill Pemberton 2012-10-24rtlwifi: pass rx setup error code to callerChristian Lamparter 2012-09-07rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warningsLarry Finger 2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn 2012-07-12rtlwifi: rtl8192cu: Change buffer allocation for synchronous readsLarry Finger 2012-05-14rtlwifi: fix for race condition when firmware is cachedLarry Finger 2012-04-11rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger 2012-03-05rtlwifi: Remove extraneous value returnLarry Finger 2012-03-05rtlwifi: Detect misread of end-point countLarry Finger