Re: [PATCH v5 3/3] usb: gadget: configfs: add some trace event
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-10-08 05:38:14
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-10-08 05:38:14
On Thu, Oct 07, 2021 at 06:09:52PM -0700, Jack Pham wrote:
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? thanks, greg k-h