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 X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5DD8C07E99 for ; Mon, 12 Jul 2021 09:48:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 97495610CA for ; Mon, 12 Jul 2021 09:48:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239763AbhGLJuy (ORCPT ); Mon, 12 Jul 2021 05:50:54 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:33247 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348887AbhGLJuK (ORCPT ); Mon, 12 Jul 2021 05:50:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1626083241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OsAxr7I5wY3GHXnm0dzu227J/w3T3hi+AUx2iyLrph4=; b=YRjKJ050sf3F5FYwrAj4EsxK1p9pnQ+stwJCtRKqrkmmZWFZPmGwGpsrjFbZgSE+8g1P6U etBradPyuKnnTOzTVaGLaatuxPF/oK++v6DytXQGIIOhnZC7YWbT82u1QKJAb9ohF/0kck oF+l8v3XSSLwXSILBooAuLallhI9Qak= Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-529-lVdoIZizOIqEPccS_O2LbA-1; Mon, 12 Jul 2021 05:47:20 -0400 X-MC-Unique: lVdoIZizOIqEPccS_O2LbA-1 Received: by mail-wr1-f71.google.com with SMTP id g4-20020a5d64e40000b029013398ce8904so6940265wri.16 for ; Mon, 12 Jul 2021 02:47:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OsAxr7I5wY3GHXnm0dzu227J/w3T3hi+AUx2iyLrph4=; b=sbt4iJOJqkrmgpRuNnz4y6G6x5B7WBvQHLSjT2ZiI8tJEW0XOnycVQzDCUvW+EAagK dWVJXEMg3hW+9jvTUwOORY8kI5RjKUiE1lLenwYvkQQQZYcaju/0HHmWubmVh7f8GYWp uSCiL7OCf9j0SOdYrYs5Ymlc9mmLTXCDNZRCFx4oYlnL4Vx77hDQN/wiMFRwxcLvnL14 VngehK+YlopW8xT09owwfW9ggIoJeTCEBDzdpz+imT+Oyc8WI+i61xep0vJ/fGHuvS5C SEJROisupaEAnwElYZj/p0QxIz8pT/g+KLWzGVFNnnYIFDZvt19FlqFB6DfFN9FfHeZJ Jt9Q== X-Gm-Message-State: AOAM532asRSt7bAIfRAhGKLPhBD8II9TyV1nBcojDf4wWr2y0UTlK+/9 /igkoad+5CP8tvWmovqaLQGQimMmQgetUq0Z4u3SSaSH5sQq0DHMh104yepb+TpTzLbojp3tZoG Ii35/cskTY6JtBELAQnB9oS3YxxfL6R7QG/ykhgv+ X-Received: by 2002:adf:ec0c:: with SMTP id x12mr23662132wrn.113.1626083239400; Mon, 12 Jul 2021 02:47:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3sW8UYSOM/Q6qgJACh2S4VICMKyF4ZwsV6v+fR4fftaOEQT2tUBbmhmNCwT2qSaSR3qFgvPBKqWkCA/b7Jp8= X-Received: by 2002:adf:ec0c:: with SMTP id x12mr23662105wrn.113.1626083239204; Mon, 12 Jul 2021 02:47:19 -0700 (PDT) MIME-Version: 1.0 References: <20210703072502.646239-1-gushengxian507419@gmail.com> In-Reply-To: From: Karol Herbst Date: Mon, 12 Jul 2021 11:47:08 +0200 Message-ID: Subject: Re: [PATCH] include/uapi/drm: fix spelling mistakes in header files To: Simon Ser Cc: gushengxian , dri-devel , linux-samsung-soc@vger.kernel.org, tzimmermann@suse.de, lima@lists.freedesktop.org, David Airlie , nouveau , Intel Graphics Development , LKML , Qiang Yu , gushengxian Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 3, 2021 at 11:00 AM Simon Ser wrote: > > Reviewed-by: Simon Ser > > But this this touches a lot of different drivers, not sure we can just > merge this via drm-misc-next? > > In any case, please ping me again in a week if this hasn't been merged > by then. > As long as it doesn't touch code I don't see why not. Just in case: Reviewed-by: Karol Herbst 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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2955CC07E9C for ; Mon, 12 Jul 2021 09:47:25 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id EDA5E6101E for ; Mon, 12 Jul 2021 09:47:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EDA5E6101E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=nouveau-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 915ED89BF6; Mon, 12 Jul 2021 09:47:24 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1D1E889B49 for ; Mon, 12 Jul 2021 09:47:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1626083241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OsAxr7I5wY3GHXnm0dzu227J/w3T3hi+AUx2iyLrph4=; b=YRjKJ050sf3F5FYwrAj4EsxK1p9pnQ+stwJCtRKqrkmmZWFZPmGwGpsrjFbZgSE+8g1P6U etBradPyuKnnTOzTVaGLaatuxPF/oK++v6DytXQGIIOhnZC7YWbT82u1QKJAb9ohF/0kck oF+l8v3XSSLwXSILBooAuLallhI9Qak= Received: from mail-wr1-f70.google.com (mail-wr1-f70.google.com [209.85.221.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-555-oZegqMxTMKGm-MyVpTEfEQ-1; Mon, 12 Jul 2021 05:47:20 -0400 X-MC-Unique: oZegqMxTMKGm-MyVpTEfEQ-1 Received: by mail-wr1-f70.google.com with SMTP id h11-20020adffa8b0000b029013a357d7bdcso6553886wrr.18 for ; Mon, 12 Jul 2021 02:47:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OsAxr7I5wY3GHXnm0dzu227J/w3T3hi+AUx2iyLrph4=; b=cjostzMN2Sn5MloDDH2qRWAa3DYLBi3/lknXA9GE2VxBl75rlbXeyctw9J0/LZ8oE0 +WoPo+a3Jg8F2kUzCcApXv5CvJvL8MtJRc/8kipD4YbZ5CQxKUBUsJIvAGU25P7c9dQ2 GPmIktzDFgRCiznHIMELL1I+kk1ZX7TvIVPxDWeKivE+RsSn0oWYkRIkeLNyGy41xY0e pV28tdQReBycRtPkMGo6cE2ohXhwJxp5HcQRs3MmLkjxYB4O2Gn0a8sO9p6Fy2zBkRqy cQpEW+WzWe6AalFklo5GNcN6+TLGutfaQ25wwmrb+TZiBwrZ4aSaNkjOSrZ1HcNAfIrv sJyg== X-Gm-Message-State: AOAM532h6nvxM7O/R9NPlP/h6g2iUxRN7ZDGMO21JAxAgoEJ54jRIsPt WV70mrZb8bTEgpY+pBPRCzs0OpHpVpkjk89hLyE2d/3w80sc09xT5gmXB93BnOmR0W2fBmkHXLG 4bontOLoiJhaDE5tNamMIZtUn9McJt09CBzKKVJtOTg== X-Received: by 2002:adf:ec0c:: with SMTP id x12mr23662121wrn.113.1626083239347; Mon, 12 Jul 2021 02:47:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3sW8UYSOM/Q6qgJACh2S4VICMKyF4ZwsV6v+fR4fftaOEQT2tUBbmhmNCwT2qSaSR3qFgvPBKqWkCA/b7Jp8= X-Received: by 2002:adf:ec0c:: with SMTP id x12mr23662105wrn.113.1626083239204; Mon, 12 Jul 2021 02:47:19 -0700 (PDT) MIME-Version: 1.0 References: <20210703072502.646239-1-gushengxian507419@gmail.com> In-Reply-To: From: Karol Herbst Date: Mon, 12 Jul 2021 11:47:08 +0200 Message-ID: To: Simon Ser Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kherbst@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: Re: [Nouveau] [PATCH] include/uapi/drm: fix spelling mistakes in header files X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, lima@lists.freedesktop.org, gushengxian , David Airlie , nouveau , Intel Graphics Development , LKML , dri-devel , Qiang Yu , gushengxian Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Sat, Jul 3, 2021 at 11:00 AM Simon Ser wrote: > > Reviewed-by: Simon Ser > > But this this touches a lot of different drivers, not sure we can just > merge this via drm-misc-next? > > In any case, please ping me again in a week if this hasn't been merged > by then. > As long as it doesn't touch code I don't see why not. Just in case: Reviewed-by: Karol Herbst _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau 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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAA34C07E9E for ; Mon, 12 Jul 2021 09:47:26 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 8721B6102A for ; Mon, 12 Jul 2021 09:47:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8721B6102A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C6C2989BF8; Mon, 12 Jul 2021 09:47:25 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 96B0589BF8 for ; Mon, 12 Jul 2021 09:47:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1626083243; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OsAxr7I5wY3GHXnm0dzu227J/w3T3hi+AUx2iyLrph4=; b=hoOOZaDFoDeDufc96XIesBMTwIiVX4TrDGz5w/Mw4CTSJl0cw+F1K8YFFQQAYQ9iq76LC9 /EC79mcOYw+EId3lfYtxSoVU3JXMxeLDKzUO6khSm9iuC2QFUUL5X8np+wJiy0X2gxCJT+ 8XJuORmh0gQ/fu23dSC4yJVBMeLUPIo= Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-26-48Qo3IRbP92q0zrIa36HYA-1; Mon, 12 Jul 2021 05:47:20 -0400 X-MC-Unique: 48Qo3IRbP92q0zrIa36HYA-1 Received: by mail-wr1-f72.google.com with SMTP id r18-20020adfce920000b029013bbfb19640so5367408wrn.17 for ; Mon, 12 Jul 2021 02:47:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OsAxr7I5wY3GHXnm0dzu227J/w3T3hi+AUx2iyLrph4=; b=eA+YVi4ROI1HxqM/+TEIgPPueWjIZ4EnciFriUtihtwCYA7YACnYq6fklGUIQRkemx 9tu4yz7HF1iOa2bK+Of5qk/k/H8PX3DHG0BcbrCer1frY1E+46/A6hLIJIakCkktJei0 mqTBHnHj0lUzkYWPJOYr4vXideNUhxp1p9EHRhxrSdtufP/BJhDH/dDkB2sA0xP+AG8E EnlpUITV6VtvXP3tiqKV+k3OQRJef3ZoWNHL54Rj673Sa8pslMd5WiHjUZNZU356Cuhl Z0/RDivSVaEfgIwaqHA+ib8YtFi825BgRtkei2ncmwTRNo0mmoSSgEPNAsFUWfvJH/px sngw== X-Gm-Message-State: AOAM531YO/HH/+mLvq6eeJWknjTtDmjwKshIJtBftDkjQAwTPJzV793y MrXu1pKI35HCNOww5E2TUDFFOYz8aBXFUU5TrykhGBBk0W+VfKHbFxpBMWs0BMcPG7q+2e/KNM8 PqY8t9z/t7VlNJDlXh6Llwb4RAInAmPXkPaTMrk6XXGRl X-Received: by 2002:adf:ec0c:: with SMTP id x12mr23662124wrn.113.1626083239347; Mon, 12 Jul 2021 02:47:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3sW8UYSOM/Q6qgJACh2S4VICMKyF4ZwsV6v+fR4fftaOEQT2tUBbmhmNCwT2qSaSR3qFgvPBKqWkCA/b7Jp8= X-Received: by 2002:adf:ec0c:: with SMTP id x12mr23662105wrn.113.1626083239204; Mon, 12 Jul 2021 02:47:19 -0700 (PDT) MIME-Version: 1.0 References: <20210703072502.646239-1-gushengxian507419@gmail.com> In-Reply-To: From: Karol Herbst Date: Mon, 12 Jul 2021 11:47:08 +0200 Message-ID: Subject: Re: [PATCH] include/uapi/drm: fix spelling mistakes in header files To: Simon Ser Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kherbst@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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-samsung-soc@vger.kernel.org, lima@lists.freedesktop.org, gushengxian , David Airlie , nouveau , Intel Graphics Development , LKML , dri-devel , Qiang Yu , tzimmermann@suse.de, gushengxian Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, Jul 3, 2021 at 11:00 AM Simon Ser wrote: > > Reviewed-by: Simon Ser > > But this this touches a lot of different drivers, not sure we can just > merge this via drm-misc-next? > > In any case, please ping me again in a week if this hasn't been merged > by then. > As long as it doesn't touch code I don't see why not. Just in case: Reviewed-by: Karol Herbst 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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1B1BC07E99 for ; Mon, 12 Jul 2021 09:47:24 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 903CA6102A for ; Mon, 12 Jul 2021 09:47:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 903CA6102A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 38FF689B49; Mon, 12 Jul 2021 09:47:24 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 675CE89B49 for ; Mon, 12 Jul 2021 09:47:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1626083242; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OsAxr7I5wY3GHXnm0dzu227J/w3T3hi+AUx2iyLrph4=; b=BKiR0KwAVB60uBT+Nvxff+VpBN1jQvvQ0//ri02GVUt1+WsvpP+5QqwwWrRBHp/JnXBmJe z8qIJDSw+zUrvGtJEue/ZEA6YOeHCmtWoZWYrmVpZ0Ur2tgUCnNbNIiwvoeSlHDRkNfu4a yriHFrk9ZKc2oFYrveV8p4TpUWenA5g= Received: from mail-wr1-f70.google.com (mail-wr1-f70.google.com [209.85.221.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-474--sr_NmoNM3aeiDs5jamaEw-1; Mon, 12 Jul 2021 05:47:20 -0400 X-MC-Unique: -sr_NmoNM3aeiDs5jamaEw-1 Received: by mail-wr1-f70.google.com with SMTP id m9-20020a5d4a090000b029013e2b4a9d1eso2616233wrq.4 for ; Mon, 12 Jul 2021 02:47:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OsAxr7I5wY3GHXnm0dzu227J/w3T3hi+AUx2iyLrph4=; b=TA54e+fVPF3G89tdgE/Hmcd5fHanFvk1zbf6YhqnyyWiXyAsqZd+cnAjvZ7nqZn/db wJk0K/9EVBOWi5oC8t4EOt78i3bbWL5vr5yiF27mn/aMGkM63ROm6dou+5OYGYa5TZfe lXjcxUP9pOyYAq8gj48cwUkPvNh7q8t2oLzGLOF8sIJ2m0FE3NDUseM7U47xI83T1AQl G5qY7qGpMwQyztgGEKDeQu8laX/rxXUTp+wAmx44Y1uilvxjHGoUM68mgoPPMnYeqHxl mLv4OMZSdUA6hCF1msY/+ig6mKg9HdRSDBkswy+tRWY6O+xq9ZsgHXjfrp0CPvUJgCDp FLDQ== X-Gm-Message-State: AOAM5301e6YwSJ0T2OGVycnnClM+qFSDvP3/fxp/OE11gM7glIMCsL9P w+hS9X0DK/1HauqfAlttmBfASVobzW7fGRRIjr9L1QYJc9oP51piieNh0Y5FM56W2hs29+54Pb9 0dVhvsnMaZ1lGoxsFWiRWB988EPOk0Bfw6GeDGywAuHAh X-Received: by 2002:adf:ec0c:: with SMTP id x12mr23662119wrn.113.1626083239347; Mon, 12 Jul 2021 02:47:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3sW8UYSOM/Q6qgJACh2S4VICMKyF4ZwsV6v+fR4fftaOEQT2tUBbmhmNCwT2qSaSR3qFgvPBKqWkCA/b7Jp8= X-Received: by 2002:adf:ec0c:: with SMTP id x12mr23662105wrn.113.1626083239204; Mon, 12 Jul 2021 02:47:19 -0700 (PDT) MIME-Version: 1.0 References: <20210703072502.646239-1-gushengxian507419@gmail.com> In-Reply-To: From: Karol Herbst Date: Mon, 12 Jul 2021 11:47:08 +0200 Message-ID: To: Simon Ser Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kherbst@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: Re: [Intel-gfx] [PATCH] include/uapi/drm: fix spelling mistakes in header files X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, lima@lists.freedesktop.org, gushengxian , David Airlie , nouveau , Intel Graphics Development , LKML , dri-devel , Qiang Yu , tzimmermann@suse.de, gushengxian Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Sat, Jul 3, 2021 at 11:00 AM Simon Ser wrote: > > Reviewed-by: Simon Ser > > But this this touches a lot of different drivers, not sure we can just > merge this via drm-misc-next? > > In any case, please ping me again in a week if this hasn't been merged > by then. > As long as it doesn't touch code I don't see why not. Just in case: Reviewed-by: Karol Herbst _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx