From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 34D8C27FD6D; Wed, 4 Mar 2026 14:47:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772635647; cv=none; b=cKH7gLPcjDGkIGI8U0Z4Eflgao2zcD17QO/PYT70GOlQGrAptTKc0cuxOhufBFV+4Z1D6E6Gys2rnr4AtD3GjamsiMobk51jXiQ2tYUWVAvY3mbMxrYXWqwv1/EveXNLuPpf8yLVFaIExGLdqj6FBwyDtPMDPj6Nio4G/rwrXMQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772635647; c=relaxed/simple; bh=3VVI/66Nw6XiU0wwB/eTH3WXrj2eFyM5mlM0Ut8qw8k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p3hRLun3tZ2awJ2z4HCHanjofjQ4i3TL/y99nCiH8b/EMdlCrbTh1qSYpdqSGgY2hDTArfrrPOlXNMxZiTmo1NatJewtj9gbUgJHn4IrbSUj17OOmmjYCPs52UJ4Kk49XwBNaPAqQ7XlSnz09r2jOb8ZevgrJ4iVBailynN3kxc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1jbZyPv8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="1jbZyPv8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D219C4CEF7; Wed, 4 Mar 2026 14:47:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772635646; bh=3VVI/66Nw6XiU0wwB/eTH3WXrj2eFyM5mlM0Ut8qw8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1jbZyPv8shPxzDJr9VQyNR2D68JQT7EkMazxsiqsdbK9iej8Zr4A3caJ8NHpJ8Afh a9LUypunK8uejQbeZDADKmWv+58EAwRwgtba+WaiDL6D98TFmIij8hIJ0cTBNKTcKQ vxx84PCB/hWfNz/AYW3OaMooYwe10Y+mV6tsuGbU= Date: Wed, 4 Mar 2026 15:47:14 +0100 From: Greg KH To: Alexandru Hossu Cc: marvin24@gmx.de, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH] staging: nvec: fix block comment style in nvec.c Message-ID: <2026030405-thirsting-idealness-b1ed@gregkh> References: <20260304130701.37332-1-hossu.alexandru@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260304130701.37332-1-hossu.alexandru@gmail.com> On Wed, Mar 04, 2026 at 02:07:01PM +0100, Alexandru Hossu wrote: > Signed-off-by: Alexandru Hossu > --- No changelog text :(