Hi Abel, > From: Abel Vesa <abel.vesa@xxxxxxxxxx> > Sent: Friday, June 28, 2024 4:22 PM > To: David Lin <yu-hao.lin@xxxxxxx> > Cc: linux-wireless@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; > briannorris@xxxxxxxxxxxx; kvalo@xxxxxxxxxx; francesco@xxxxxxxxxx; Pete > Hsieh <tsung-hsien.hsieh@xxxxxxx> > Subject: [EXT] Re: [PATCH 01/43] wifi: nxpwifi: add 11ac.c > > Caution: This is an external email. Please take care when clicking links or > opening attachments. When in doubt, report the message using the 'Report > this email' button > > > On 24-06-21 15:51:26, David Lin wrote: > > Signed-off-by: David Lin <yu-hao.lin@xxxxxxx> > > Hi David, > > Please read the ./Documentation/process/submitting-patches.rst > > Just a hint. There is no commit message. > > > --- > > drivers/net/wireless/nxp/nxpwifi/11ac.c | 366 > ++++++++++++++++++++++++ > > 1 file changed, 366 insertions(+) > > create mode 100644 drivers/net/wireless/nxp/nxpwifi/11ac.c > > > > diff --git a/drivers/net/wireless/nxp/nxpwifi/11ac.c > b/drivers/net/wireless/nxp/nxpwifi/11ac.c > > new file mode 100644 > > index 000000000000..3e14ee602cdc > > --- /dev/null > > +++ b/drivers/net/wireless/nxp/nxpwifi/11ac.c > > @@ -0,0 +1,366 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > +/* > > + * NXP Wireless LAN device driver: 802.11ac > > + * > > + * Copyright 2011-2024 NXP > > + */ > > [...] Thanks for your information. For new driver, it should be submitted one file per patch first. Once if accepted, it will become one single patch. That is the reason, I won't give commit message for the patch of a single file. David