Re: [RFC PATCH 1/8] qaic: Add skeleton driver

From: Jeffrey Hugo
Date: Thu May 14 2020 - 20:43:32 EST


On 5/14/2020 8:07 AM, Jeffrey Hugo wrote:
+#define QAIC_NAME "Qualcomm Cloud AI 100"
<snip>
+static struct pci_driver qaic_pci_driver = {
+ .name = QAIC_NAME,

A question about the community's preference here.

Our driver name is very verbose due to the desire to have the proper "branding". However, I can see it being a bit obtuse, particularly in logs.

Would the community prefer something more succinct here, such as "qaic"?

--
Jeffrey Hugo
Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.