Re: [PATCH] Staging: gdm724x: LTE: Fix trailing open parenthesis code style issue.

2018-02-19 Thread Greg KH
On Fri, Feb 16, 2018 at 01:40:08PM -0800, Quytelda Kahja wrote: > Fix a coding style problem causing warnings from checkpatch.pl. > > Signed-off-by: Quytelda Kahja > --- > drivers/staging/gdm724x/gdm_lte.c | 50 > ++- > 1 file changed,

Re: [PATCH] Staging: gdm724x: LTE: Fix trailing open parenthesis code style issue.

2018-02-19 Thread Dan Carpenter
On Fri, Feb 16, 2018 at 01:40:08PM -0800, Quytelda Kahja wrote: > @@ -728,17 +731,21 @@ static void gdm_lte_pdn_table(struct net_device *dev, > char *buf, int len) > { > struct nic *nic = netdev_priv(dev); > struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; > +

[PATCH] Staging: gdm724x: LTE: Fix trailing open parenthesis code style issue.

2018-02-16 Thread Quytelda Kahja
Fix a coding style problem causing warnings from checkpatch.pl. Signed-off-by: Quytelda Kahja --- drivers/staging/gdm724x/gdm_lte.c | 50 ++- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git