mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
drm/nouveau/fb/ramgk104: fix spelling mistake "sucessfully" -> "successfully"
There is a spelling mistake in a nvkm_debug message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
342406e4fb
commit
a2f07d4c1e
@ -1070,7 +1070,7 @@ gk104_ram_calc_xits(struct gk104_ram *ram, struct nvkm_ram_data *next)
|
||||
nvkm_error(subdev, "unable to calc plls\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
nvkm_debug(subdev, "sucessfully calced PLLs for clock %i kHz"
|
||||
nvkm_debug(subdev, "successfully calced PLLs for clock %i kHz"
|
||||
" (refclock: %i kHz)\n", next->freq, ret);
|
||||
} else {
|
||||
/* calculate refpll coefficients */
|
||||
|
Loading…
Reference in New Issue
Block a user