dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Miguel Ojeda <ojeda@kernel.org>
To: pr-tracker-bot@kernel.org, torvalds@linux-foundation.org
Cc: airlied@gmail.com, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, simona@ffwll.ch,
	Miguel Ojeda <ojeda@kernel.org>
Subject: Re: [git pull] drm for 6.17-rc1
Date: Thu, 31 Jul 2025 22:09:52 +0200	[thread overview]
Message-ID: <20250731200952.307037-1-ojeda@kernel.org> (raw)
In-Reply-To: <175393147528.2597948.6255690700279027909.pr-tracker-bot@kernel.org>

On Thu, 31 Jul 2025 03:11:15 +0000 pr-tracker-bot@kernel.org wrote:
>
> The pull request you sent on Wed, 30 Jul 2025 07:05:51 +1000:
>
> > https://gitlab.freedesktop.org/drm/kernel.git tags/drm-next-2025-07-30
>
> has been merged into torvalds/linux.git:
> https://git.kernel.org/torvalds/c/260f6f4fda93c8485c8037865c941b42b9cba5d2

I know you are particularly busy this merge window, but if this diff
could be applied between merges at some point, it would be nice.

I put it below in the form of a patch with similar wording to another
one you did in case it saves you time.

Thanks!

Cheers,
Miguel

From: Miguel Ojeda <ojeda@kernel.org>
Date: Thu, 31 Jul 2025 21:41:37 +0200
Subject: [PATCH] gpu: nova-core: fix up formatting after merge

In the merge 260f6f4fda93 ("Merge tag 'drm-next-2025-07-30' of
https://gitlab.freedesktop.org/drm/kernel"), the formatting in the
conflict resolution doesn't match what `make rustfmt` wants to make it.

Fix it up appropriately.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
 drivers/gpu/nova-core/driver.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/nova-core/driver.rs b/drivers/gpu/nova-core/driver.rs
index cb68d0bc1e63..5749bad9c285 100644
--- a/drivers/gpu/nova-core/driver.rs
+++ b/drivers/gpu/nova-core/driver.rs
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0

-use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sync::Arc, sizes::SZ_16M};
+use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M, sync::Arc};

 use crate::gpu::Gpu;


base-commit: 831462ff3ec61fd2e6726b534a351a1a722bf2ab
--
2.50.1

  reply	other threads:[~2025-07-31 20:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-29 21:05 [git pull] drm for 6.17-rc1 Dave Airlie
2025-07-31  3:05 ` Linus Torvalds
2025-07-31  3:39   ` Dave Airlie
2025-07-31  3:49     ` Linus Torvalds
2025-07-31  3:40   ` Linus Torvalds
2025-07-31  3:47     ` Dave Airlie
2025-07-31  3:52       ` Linus Torvalds
2025-07-31  4:02     ` Linus Torvalds
2025-07-31  4:21       ` Dave Airlie
2025-07-31  4:26         ` Linus Torvalds
2025-07-31  4:31           ` Linus Torvalds
2025-07-31  4:32           ` Dave Airlie
2025-07-31  4:36             ` Dave Airlie
2025-07-31  4:48               ` Linus Torvalds
2025-07-31  4:58                 ` Linus Torvalds
2025-07-31  5:07                   ` Linus Torvalds
2025-07-31 12:41                     ` Mario Limonciello
2025-07-31 13:09                     ` Alex Deucher
2025-07-31 13:57                       ` Varone, Dillon
2025-07-31 14:00                       ` Alex Deucher
2025-07-31 18:01                       ` Linus Torvalds
2025-07-31 19:04                         ` Alex Deucher
2025-07-31  5:10                   ` Dave Airlie
2025-07-31  3:11 ` pr-tracker-bot
2025-07-31 20:09   ` Miguel Ojeda [this message]
2025-07-31  7:01 ` Imre Deak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250731200952.307037-1-ojeda@kernel.org \
    --to=ojeda@kernel.org \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pr-tracker-bot@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).