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 7A4763A1CD for ; Mon, 2 Sep 2024 05:57:06 +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=1725256626; cv=none; b=pQCad7N9t/QlXnczYk2X6C3wIafQaLaqCNRruze/un9gQxZ/nFoI4c00xx11bqV5GgwaDvOE4SJ+oGB8sswIqdy8eUvdU2RcYqtACKSztRLQdIhfazMlVeQS4wLxxn+TXAY7R76vWw252Vw9O40Ej1MN4B5luN7JHIeOSAk3C8k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725256626; c=relaxed/simple; bh=y+g/3o7FxDT7cIv4oyYpk1rgjOPQINTW80qTPpwbgrs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jUdKi7YzI2soLQ6mqeQHUdB+/4B3GBLl8dqQACHsCvBI4zUogcQ9Q6wOWv3kCqvhm1TNiNXdszQSucSlHEy1mN2Neo44S4JSjHFXbPOYtCL0giMuWmsvxnoDtNczRySNk7ccEm90SwqJ3Ny6bSyCwdWO+koO1S8DduJKPGmxr7c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=uYUv+jc2; 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="uYUv+jc2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A440FC4CEC2; Mon, 2 Sep 2024 05:57:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725256626; bh=y+g/3o7FxDT7cIv4oyYpk1rgjOPQINTW80qTPpwbgrs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uYUv+jc2cb04NfqXDidgEXUc8DnX3QgctFLpP2xt+KtkstlnCpR0JeSLjWv6mD8EI PUV3BhGcGtPv+4V7z/fH27xWyIXmPhVTieSKmpM/a1yn/3601Vi7qP2EyMjIoL72Um ACevNtn/3ew9dCaOWQWh2YpihhzBAzg/scsujYPU= Date: Mon, 2 Sep 2024 07:57:02 +0200 From: Greg KH To: Amil Sanan Cc: Laurent Pinchart , dan.scally@ideasonboard.com, linux-usb@vger.kernel.org Subject: Re: adding a new device in uvc_driver Message-ID: <2024090220-elite-duvet-c6af@gregkh> References: <2024083035-recovery-babble-df48@gregkh> Precedence: bulk X-Mailing-List: linux-usb@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: On Mon, Sep 02, 2024 at 09:37:22AM +0530, Amil Sanan wrote: > I don't understand what is the issue The bot said what was wrong: > > - Your patch was attached, please place it inline so that it can be > > applied directly from the email message itself. > > > > - It looks like you did not use your "real" name for the patch on either > > the Signed-off-by: line, or the From: line (both of which have to > > match). Please read the kernel file, > > Documentation/process/submitting-patches.rst for how to do this > > correctly. Both need to be fixed up. Please see the hundreds of examples on the mailing list for details on how to do this in a way that we can accept it. thanks, greg k-h