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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 451CECDB484 for ; Wed, 18 Oct 2023 08:03:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235159AbjJRIDh (ORCPT ); Wed, 18 Oct 2023 04:03:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235141AbjJRIDa (ORCPT ); Wed, 18 Oct 2023 04:03:30 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83926110 for ; Wed, 18 Oct 2023 01:03:27 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6ED07C433C7; Wed, 18 Oct 2023 08:03:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697616207; bh=pjvFUNGYh5kpO3FYZiSLRUF5xvRTIcSX8wKbJa9sFEM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Mi+U9T4fdMjbY2DIH8r1bTZhPbTmD7Ya+TXXpuK7uG4nJJZebb0OhZfxRi4nu/Lh/ G4RYWxqRj2r4k3I+Fyd6FAQQle68JHnw82IreRuFkeDwlr+YgUZkFZ2o76+zURAdxh hiSVVmOaSTDHpAoiXcXBAYlkQCZwEc8Qj+iUbLhc= Date: Wed, 18 Oct 2023 10:03:14 +0200 From: Greg KH To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: patch "misc/pvpanic: deduplicate comomn code" added to char-misc-testing Message-ID: <2023101859-glaucoma-giving-9c55@gregkh> References: <2023101657-charcoal-snowy-21be@gregkh> <19f56fba-7ed5-4bc3-9ba5-37f4ab6e1857@t-8ch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <19f56fba-7ed5-4bc3-9ba5-37f4ab6e1857@t-8ch.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 16, 2023 at 09:06:39PM +0200, Thomas Weißschuh wrote: > Hi Greg, > > On 2023-10-16 20:57:57+0200, gregkh@linuxfoundation.org wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > misc/pvpanic: deduplicate comomn code > > It seems I managed to inject a typo into the commit subject: > > s/comomn/common/ > > In case it's still possible and worth it, could you fix it up? I ended up rebasing so I fixed this up, so no need to worry about it :)