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 53E582D7DDE for ; Fri, 16 Jan 2026 14:55:08 +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=1768575308; cv=none; b=loIu3dE3bHZxzOdLkCe4IBzjkf0FpyJaqozIiQ7nGyIfZJIOJEd66uU+V/ujogMYBwxWyMZvJ5r4ViCZcdATs9LDF5UeAcROSJJzmSJ1dL9HaarU4XryXmAZqXK5h+ObqHGiKpDFD9Izs0W1BaFPHHUHGev2AWeZyFtEmPFUzoY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768575308; c=relaxed/simple; bh=cze2jVyrvABgIqFzBnO0C/mrQkKDSD+KXgb+KMT8Kl8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=a9iyRTQpBAt+s+2uTEwIfNr2gSbprTjZ6GvsSyihuiabeP3hHT0UAfeucM3gw4vFSp8HuBDHgROszYrmUMc2Te4wpPBu+vdmWADIzEuYEIB2GcZU0ZyyRv/qJQcZVhmWWIeGX/3zGXDRwgjyZnF6LLh4jGf3VaSpxOWTZH5IQcg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2siQlQNI; 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="2siQlQNI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90580C116C6; Fri, 16 Jan 2026 14:55:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768575308; bh=cze2jVyrvABgIqFzBnO0C/mrQkKDSD+KXgb+KMT8Kl8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2siQlQNIlAdRGCqRP4+DsXiy1qwZ0ic5zUz6qfLcNRTmTILwePA3yrms5k07Vy2+Z bKwNtAVsI78PykpA4m+F4vE0cmiGtRYIzA+TbCU/rCfhzXa5gHoDj5e8TTC52CO3X2 kn5CwmD2WgQ0gafmHVr0cEhhpBmP6l2GmvbpeXvw= Date: Fri, 16 Jan 2026 15:55:05 +0100 From: Greg KH To: dywoq Cc: linux-kernel@vger.kernel.org, rafael@kernel.org, dakr@kernel.org Subject: Re: [PATCH] drivers/base: make devtmpfs_context_ops static Message-ID: <2026011656-hypocrite-constant-2a65@gregkh> References: <20260115160853.29756-1-aleks.koyf@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260115160853.29756-1-aleks.koyf@gmail.com> On Thu, Jan 15, 2026 at 07:08:53PM +0300, dywoq wrote: > The devtmpfs_context_ops symbol is only used within devtmpfs.c. > Marking it static removes compiler warnings and limits symbol visibility. > > Signed-off-by: dywoq We need a real name here, thanks! greg k-h