Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp576736pxu; Thu, 15 Oct 2020 10:58:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwGlxehBs84eNG6Y3Z+YKwbnKYh5KXBsTQUY4FuIWjbzUYcEntlWi2xF2dx4OLsSf6xh/bc X-Received: by 2002:aa7:dcc2:: with SMTP id w2mr5707407edu.121.1602784689606; Thu, 15 Oct 2020 10:58:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602784689; cv=none; d=google.com; s=arc-20160816; b=jIj0LL1sMR4j2/RdGqwTO+jxjxumh3RPJ6CUaNvYll9l05zyxiliBgjL9MPo/9WS5E gMygJ9/5llqLhzU8r+dNA58eQ/cy3ndNv9NnlGgnFwq/wuqjIHC4EibD5UrotYas7AeW e52F3IREUwQFfosetoTBuVGJ01k9lHaLp21w5Y3ww2tx6k4HJV1yE6POGzPbM96R1QWE BM5KBiaThIS79TAmzkCunvPMTLatQsmC1T+N9PJ5NG6R2zVrPl1h2kMeNcFwHYzk/fIu lfyb2G+xxk+WgCUrW0fCmW3oJUZ0eAn46ErWW3gpT3v41WeIlEle72SaQUKRlHHqLiwn +LiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=jTezPFOfrmTntiBS4fBgdy3qlVGtrVAMVADS/cd3i+o=; b=EqIBM2QFjKzjkKTovQ2V2hsL8D8X4Hr3bWsYhI8ytI2XiOFlFjgdWlSmC+tc1bqNBl 2xpkZiI6OGj2OMTmzXX76Rw+T6/6xSpMGKHqb2PTZX97o0KH78U12EsnZ+Uj7hkphsbL Y+GtaHNfdiCfV7sc8eY8RGyCp+E27Ct1pUUz7ec6b67FlphngA3I4DvlmygrWcCxCi+z Y8X8olEsRxOEtZogwYP4Wz9a5Q+Og5783t1ZKUS0F91xGfiCFD0zonNTa6Q+FQUBg2wH vq5SLnRFZUrrBiOTw9w3RsxHIVsPAqFePJWMG5yT/cQfaXE22B8terMs7CnF5j3IngKS 3+cg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l12si969104edk.163.2020.10.15.10.57.38; Thu, 15 Oct 2020 10:58:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388465AbgJOI7s (ORCPT + 99 others); Thu, 15 Oct 2020 04:59:48 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:15296 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388330AbgJOI7n (ORCPT ); Thu, 15 Oct 2020 04:59:43 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id DD6D9D8C0D2F40740CF0; Thu, 15 Oct 2020 16:59:38 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Thu, 15 Oct 2020 16:59:29 +0800 From: Tian Tao To: , , , , , , , , CC: Subject: [PATCH drm/hisilicon v2 0/2] Use the same style of variable type Date: Thu, 15 Oct 2020 17:00:15 +0800 Message-ID: <1602752417-20598-1-git-send-email-tiantao6@hisilicon.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org patch #1 and #2 Use the same style of variable type in hisilicon drm driver and both are clean up, no actual functional changes. Changes since v1: -Change part of unsigned int to size_t. Tian Tao (2): drm/hisilicon: Use the same style of variable type in hibmc_drm_de drm/hisilicon: Use the same style of variable type in hibmc_drm_drv drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 59 ++++++++++++------------- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 13 +++--- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h | 8 ++-- 3 files changed, 39 insertions(+), 41 deletions(-) -- 2.7.4