Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1490641
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] cxgb4: fix -ve error check on a signed iq |
| Date | 2016-09-24 14:40 +0200 |
| Message-ID | <skUpj-Yr-9@gated-at.bofh.it> (permalink) |
| References | <skz1w-4hK-57@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Colin King <colin.king@canonical.com> Date: Fri, 23 Sep 2016 14:45:13 +0100 > -static unsigned int get_filter_steerq(struct net_device *dev, > +static int get_filter_steerq(struct net_device *dev, > struct ch_filter_specification *fs) If you change the location of the openning parenthesis of the first line, you must reindent the second line so that the arguments are placed preciely at the column following that openning parenthesis.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] cxgb4: fix -ve error check on a signed iq Colin King <colin.king@canonical.com> - 2016-09-23 15:50 +0200 Re: [PATCH] cxgb4: fix -ve error check on a signed iq David Miller <davem@davemloft.net> - 2016-09-24 14:40 +0200
csiph-web