summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorGuo Zhengkui <guozhengkui@vivo.com>2021-12-09 14:23:05 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-13 15:03:18 +0100
commita927ae1fba4b0aa51e1fa9b43c4018bbf10d27f6 (patch)
tree4b633630c6f9cb3130dd073ac183a697f107403c /tools/perf/scripts/python/export-to-postgresql.py
parentaa9c2219f989881dffe2dd6ef9b6540858873a5f (diff)
usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)
`vaddr` is a pointer to unsigned char. sizeof(vaddr) here intends to get the size of a pointer. But readers may get confused. Change sizeof(vaddr) to sizeof(unsigned long) makes more sense. Suggested-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com> Link: https://lore.kernel.org/r/20211209062441.9856-1-guozhengkui@vivo.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions