Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp809053ybd; Wed, 26 Jun 2019 06:24:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqy4OW1CqkShpDio0+hZjKW7mXsVTbDT9Ux+5gq3vq332YTtzCRv15zzkL3lU2XlQHiZ4c3T X-Received: by 2002:a17:902:2aa9:: with SMTP id j38mr5286166plb.206.1561555494851; Wed, 26 Jun 2019 06:24:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561555494; cv=none; d=google.com; s=arc-20160816; b=QX5jejPzSx7qrEsXZtNJ9A+XRBlI2E0WUJVDfM04+s5qu3c6vKOVUZRGfKiNgzfp1i j7sBX/iRcr7vxekBHJDo1aac8MMB5Edn4P/dkkMDs92clxJgpZJArOZqTAVYu/cLWpej I0m8iBZ0ppwOfpBA+r5Cx5ZcEEg98pFXhVfTA6ZY+aCn5q16MHd0kPuW/c+UCC+2EYEj H7M5HKjSkql/3Dt94FLW+vo4IkF39OvT4ahfuLgXGiW1gvl7MgsO8lDGDT1wedyH0g59 YfO99jDCsDAI1Cw010Ogp+xx2XuISckyk1/xHg/ct7we3jxyxbr5MM2ZWiVeMGraPkw7 HYYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=F7UTFQ+IB4vEC7rgRTgL8NkXJenLWHYXEhW+Esu8obw=; b=OUkUX6KATV2c1yL7MXoWwLBtvA2WAz7VeuOVLNFFN6BWOrjxiE7D9Uui8n47m5y8xO 346xsDh5w30J5xh4X3CUFheU+ubaKq9MEqok+49HfelxV0lxgV6uldGbHX2tDJ1sRr1m chdD34wv62M9DY5IAbXugT8sFguzTGxSlToh5QOhhkjqAs+TVn9HVyxIIu4Xpbiq7odT 2exxVLBeGe7reNNgBFFDREbFemFdfIVn7xPABsCDlRIZW+96TgMRoi5Ywgawv9K1oJTc RZiuESkK3nhkLRoq2PJZfT6ruGZTD7u+Pg3Tv5RTCXnu1TQiToul1kXzeCdw1mEvUZcn XlIQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y8si3191153plp.96.2019.06.26.06.24.38; Wed, 26 Jun 2019 06:24:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727589AbfFZNYd (ORCPT + 99 others); Wed, 26 Jun 2019 09:24:33 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:49060 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726157AbfFZNYd (ORCPT ); Wed, 26 Jun 2019 09:24:33 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hg7uW-0008DR-43; Wed, 26 Jun 2019 13:24:28 +0000 From: Colin King To: Harry Wentland , Leo Li , Alex Deucher , =?UTF-8?q?Christian=20K=C3=B6nig?= , David Zhou , David Airlie , Daniel Vetter , Nikola Cornij , Wenjing Liu , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH][next[ drm/amd/display: fix a couple of spelling mistakes Date: Wed, 26 Jun 2019 14:24:27 +0100 Message-Id: <20190626132427.12615-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There are a couple of spelling mistakes in dm_error messages and a comment. Fix these. Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c | 2 +- drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c b/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c index be49fc7f4abe..ffd0014ec3b5 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c +++ b/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c @@ -126,7 +126,7 @@ static void dsc2_get_enc_caps(struct dsc_enc_caps *dsc_enc_caps, int pixel_clock /* Maximum total throughput with all the slices combined. This is different from how DP spec specifies it. * Our decoder's total throughput in Pix/s is equal to DISPCLK. This is then shared between slices. - * The value below is the absolute maximum value. The actual througput may be lower, but it'll always + * The value below is the absolute maximum value. The actual throughput may be lower, but it'll always * be sufficient to process the input pixel rate fed into a single DSC engine. */ dsc_enc_caps->max_total_throughput_mps = DCN20_MAX_DISPLAY_CLOCK_Mhz; diff --git a/drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c b/drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c index 77e7a0f8a527..ef5f84a144c3 100644 --- a/drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c +++ b/drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c @@ -47,7 +47,7 @@ static bool dsc_buff_block_size_from_dpcd(int dpcd_buff_block_size, int *buff_bl *buff_block_size = 64 * 1024; break; default: { - dm_error("%s: DPCD DSC buffer size not recoginzed.\n", __func__); + dm_error("%s: DPCD DSC buffer size not recognized.\n", __func__); return false; } } @@ -63,7 +63,7 @@ static bool dsc_line_buff_depth_from_dpcd(int dpcd_line_buff_bit_depth, int *lin else if (dpcd_line_buff_bit_depth == 8) *line_buff_bit_depth = 8; else { - dm_error("%s: DPCD DSC buffer depth not recoginzed.\n", __func__); + dm_error("%s: DPCD DSC buffer depth not recognized.\n", __func__); return false; } @@ -123,7 +123,7 @@ static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) *throughput = 1000; break; default: { - dm_error("%s: DPCD DSC througput mode not recoginzed.\n", __func__); + dm_error("%s: DPCD DSC throughput mode not recognized.\n", __func__); return false; } } @@ -152,7 +152,7 @@ static bool dsc_bpp_increment_div_from_dpcd(int bpp_increment_dpcd, uint32_t *bp *bpp_increment_div = 1; break; default: { - dm_error("%s: DPCD DSC bits-per-pixel increment not recoginzed.\n", __func__); + dm_error("%s: DPCD DSC bits-per-pixel increment not recognized.\n", __func__); return false; } } -- 2.20.1