mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
plugins/amdgpu: Fix unbalanced quotes in a warning message
Copilot reports quotes in one warning message are unbalanced - fix it. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
This commit is contained in:
parent
3805d59cc4
commit
3db4b0922b
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ static size_t getenv_size_t(const char *var, size_t defvalue)
|
|||
sh = 0;
|
||||
break;
|
||||
default:
|
||||
pr_warn("Ignoring invalid size suffix for %s=%s, expecting 'K'/k', 'M', or 'G'\n", var, value_str);
|
||||
pr_warn("Ignoring invalid size suffix for %s=%s, expecting 'K'/'k', 'M', or 'G'\n", var, value_str);
|
||||
goto out;
|
||||
}
|
||||
if (SIZE_MAX >> sh < val) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue