Re: [PATCH v5 3/3] usb: gadget: configfs: add some trace event
From: Trilok Soni <hidden>
Date: 2021-10-08 05:50:24
Hi Greg, On 10/7/2021 10:38 PM, Greg Kroah-Hartman wrote:
On Thu, Oct 07, 2021 at 06:09:52PM -0700, Jack Pham wrote:quoted
On Tue, Oct 05, 2021 at 01:16:12PM +0200, Greg Kroah-Hartman wrote:quoted
On Tue, Sep 07, 2021 at 09:09:37AM +0800, Linyu Yuan wrote:quoted
quoted
Signed-off-by: Linyu Yuan <redacted>quoted
quoted
diff --git a/drivers/usb/gadget/configfs_trace.h b/drivers/usb/gadget/configfs_trace.h new file mode 100644 index 0000000..59d73d5 --- /dev/null +++ b/drivers/usb/gadget/configfs_trace.h@@ -0,0 +1,167 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.Wrong copyright notice, right? I could be wrong, but you might want to check...FYI this is correct. Qualcomm is currently in transition and some developers have started sending patches from a @quicinc.com email address. New files sent in this manner will be attributed using this copyright notice (and is approved by our legal team).Thanks for letting me know, is there some guideline as to what code gets what copyright during the "transition" phase?
1. For the new files added by QuIC using the quicinc ID will have this new copyright string. 2. If we are modifying the existing files having the LF copyright and if the contributions are significant then we will add this new copyright string as well. (if the patch is sent using this new quicinc ID). ---Trilok Soni