summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
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/call-graph-from-sql.py
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/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
-07-14 11:11:09 -0700'>2018-07-14net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun 2018-06-07net/9p: detect invalid options as much as possibleChengguang Xu 2018-04-05net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu 2018-04-05net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz 2017-11-199p: Fix missing commas in mount optionsTuomas Tynkkynen 2017-10-23net/9p: Switch to wait_event_killable()Tuomas Tynkkynen 2017-07-119p: Implement show_optionsDavid Howells 2017-04-21net/9p: switch to copy_from_iter_full()Al Viro 2017-04-17p9_client_readdir() fixAl Viro 2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-01-129p: constify ->d_name handlingAl Viro 2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann 2015-08-229p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat 2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro 2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro 2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro 2015-04-11p9_client_attach(): set fid->uid correctlyAl Viro 2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro 2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro 2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro