diff options
author | Eric W. Biederman <[email protected]> | 2021-12-15 11:24:50 -0600 |
---|---|---|
committer | Eric W. Biederman <[email protected]> | 2021-12-15 11:33:22 -0600 |
commit | 1fb466dff904e4a72282af336f2c355f011eec61 (patch) | |
tree | ca5ff3a23b59fb239619a3ff4bc211974677ab5e /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 5eb6f22823e023ee13391978c329c4bd18f82552 (diff) |
objtool: Add a missing comma to avoid string concatenation
Recently the kbuild robot reported two new errors:
>> lib/kunit/kunit-example-test.o: warning: objtool: .text.unlikely: unexpected end of section
>> arch/x86/kernel/dumpstack.o: warning: objtool: oops_end() falls through to next function show_opcodes()
I don't know why they did not occur in my test setup but after digging
it I realized I had accidentally dropped a comma in
tools/objtool/check.c when I renamed rewind_stack_do_exit to
rewind_stack_and_make_dead.
Add that comma back to fix objtool errors.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 0e25498f8cd4 ("exit: Add and use make_task_dead.")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: "Eric W. Biederman" <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions