summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-08-26 22:14:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-27 19:27:49 +0200
commitaa37aea128b5d8a314c2f933cbd4e13a0a7c18a7 (patch)
tree3e2ad4b1183d8eae287b4a8034d1feb18b4445a6 /tools/perf/scripts/python/bin/stackcollapse-record
parent74103437df6ad8f18f4a92e14080c60b42ab3d95 (diff)
downloadkernel-aa37aea128b5d8a314c2f933cbd4e13a0a7c18a7.tar.gz
staging:rtl8192u: Rename EEPROM_Default_PwDiff - Style
Rename the constant EEPROM_Default_PwDiff to EEPROM_DEFAULT_PW_DIFF, this clears the checkpatch issue with CamelCase naming. This change is purely a coding style change which should have no impact on runtime code execution. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
commit/net/core/rtnetlink.c?h=linux-6.12.y&id=cfdf0d9ae75b40013364ddb61a25926ccc9f83ea'>rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng 2021-06-29net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean 2021-06-29net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean 2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-06-12wwan: add interface creation supportJohannes Berg 2021-06-12rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg 2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg 2021-06-09rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel 2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong 2021-06-03rtnetlink: Fix spelling mistakesZheng Yongjun 2021-05-10rtnetlink: avoid RCU read lock when holding RTNLCong Wang 2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger 2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin 2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin 2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin 2021-03-03rtnetlink: using dev_base_seq from target netzhang kai 2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang 2021-01-27net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov 2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski 2021-01-08docs: net: explain struct net_device lifetimeJakub Kicinski 2020-12-10rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlersJakub Kicinski 2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel 2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu 2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu 2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko 2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen 2020-06-09net: change addr_list_lock back to static keyCong Wang 2020-04-27net: rtnetlink: remove redundant assignment to variable errColin Ian King