diff options
author | 2013-05-29 19:04:09 +0800 | |
---|---|---|
committer | 2013-07-19 13:54:19 -0700 | |
commit | 91b678c8edb7d8abd444705df63b80af31ad13e8 (patch) | |
tree | 09a87ea350407ae6adf607ca5a770afbefbf15de /tools/perf/scripts/python/export-to-postgresql.py | |
parent | alpha: kernel: using memcpy() instead of strcpy() (diff) | |
download | linux-dev-91b678c8edb7d8abd444705df63b80af31ad13e8.tar.xz linux-dev-91b678c8edb7d8abd444705df63b80af31ad13e8.zip |
alpha: kernel: typo issue, using '1' instead of '11'
For sending message:
*(unsigned int *)&cpu->ipc_buffer[0] = len;
cp1 = (char *) &cpu->ipc_buffer[1];
But for receive message:
cnt = cpu->ipc_buffer[0] >> 32;
...
cp1 = (char *) &cpu->ipc_buffer[11];
They are not pairs, it is typo issue of the redundency '1'.
So need use '1' instead of '11'.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions