Re: [PATCH v1 1/7] Add Driver for SUNIX PCI(e) I/O expansion board

2021-03-31 Thread Joe Perches
On Tue, 2021-03-30 at 16:23 +0800, Moriis Ku wrote: > From: Morris > > Signed-off-by: Morris > --- >  spi_pack.c | 1506 You might try to use scripts/checkpatch.pl on this and see if there is anything you want to change to have the code look

Re: [PATCH v1 1/7] Add Driver for SUNIX PCI(e) I/O expansion board

2021-03-30 Thread Lee Jones
On Tue, 30 Mar 2021, Moriis Ku wrote: > From: Morris A well worded, forthcoming commit message is required. > Signed-off-by: Morris > --- > spi_pack.c | 1506 > 1 file changed, 1506 insertions(+) > create mode 100644 spi_pack.c Please

[PATCH v1 1/7] Add Driver for SUNIX PCI(e) I/O expansion board

2021-03-30 Thread Moriis Ku
From: Morris Signed-off-by: Morris --- spi_pack.c | 1506 1 file changed, 1506 insertions(+) create mode 100644 spi_pack.c diff --git a/spi_pack.c b/spi_pack.c new file mode 100644 index 000..ff49e0a --- /dev/null +++ b/spi_pack.c @@