From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1EF33C433F5 for ; Wed, 6 Apr 2022 05:50:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CD22310EBD3; Wed, 6 Apr 2022 05:50:37 +0000 (UTC) Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5CC0310EBD3; Wed, 6 Apr 2022 05:50:36 +0000 (UTC) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4KYDBb4LKqz4xNp; Wed, 6 Apr 2022 15:50:31 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1649224231; bh=7PZ3FsoJ+2ptme2gu7mqW7PuHp/a2hhqRzA7YZz7414=; h=Date:From:To:Cc:Subject:From; b=oz6dV031CxuborbAjuX5RgW5wpiMVyWp13vQU28ZuylsCpGvHzkq/K22YfGYFAWlX vgMtTkI+kKY+Dv3+ceQ9G+t9IZladrQB5DVsw1futYdvDwJnhJuCa3DdcgefQfIZI6 JGH4QjbAdqKQiAWeEH+RrhP/irBjNgKyAXdoVVO6bQ6rMDU5zv6MoPZ6QIiLWGDGWP uJTamH7gjribW1S6IHa1Enr+t/P7JeAgCBUrxPMKWBvLKLulnZ45aQL1KFD8S+/r5D PgqPh3OGbgZpoV0GUGEFN7Ii8Qdy9UzjmLKLG/TIMwvk7qhX35hUEfbh09dRh4MAAV kzhzX7+3Y2X7A== Date: Wed, 6 Apr 2022 15:50:30 +1000 From: Stephen Rothwell To: Daniel Vetter , Intel Graphics , DRI Subject: linux-next: build warning after merge of the drm-misc tree Message-ID: <20220406155030.0dacf051@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/rUlpEF7g.GhbEZ/hrKpYp5t"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux Next Mailing List , Christian =?UTF-8?B?S8O2bmln?= , Linux Kernel Mailing List Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" --Sig_/rUlpEF7g.GhbEZ/hrKpYp5t Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the drm-misc tree, today's linux-next build (htmldocs) produced this warning: include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member '= pos' not described in 'ttm_lru_bulk_move' Introduced by commit b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains") --=20 Cheers, Stephen Rothwell --Sig_/rUlpEF7g.GhbEZ/hrKpYp5t Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmJNKiYACgkQAVBC80lX 0GxvGgf/e0A2pF/iLTLUGePDXq6bOz3pHSt0OiJIXgF9wfnHIG1H+eCufkblYrxn jYDshdWhGpzf3QJtp8MxzgqbH6j019ekBzvp4DL+1tY5KXs39c5oAXXuEyG1UMYU bUT8HvCnvapzCKCcloVYNRR4nqaXvHGJe3LbUUR1nRLJ6xleQO8KdbbaGTCaTV/M VBSKJ/0tkw3W1oW7yW5/qcQuzuMDJPWXUIK9RB/1omEGDJ4tlvLB2AIh3Oaeb45B zaDYZIOvMhYME5exTu3oyetIAvslyTHYTZXLCV3lO6ZOIvl35IhWlqO+2M+GrI3n pC9r7owGL6YmQIq0DfUwJ7lQ+KJJsw== =Kh+P -----END PGP SIGNATURE----- --Sig_/rUlpEF7g.GhbEZ/hrKpYp5t--