Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1575598 > unrolled thread
| Started by | Maksymilian Piechota <maksymilianpiechota@gmail.com> |
|---|---|
| First post | 2017-02-07 13:10 +0100 |
| Last post | 2017-02-09 13:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v5 1/3] staging: wlan-ng: move logical continuations at the end of line Maksymilian Piechota <maksymilianpiechota@gmail.com> - 2017-02-07 13:10 +0100
Re: [PATCH v5 1/3] staging: wlan-ng: move logical continuations at the end of line Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-02-09 13:20 +0100
| From | Maksymilian Piechota <maksymilianpiechota@gmail.com> |
|---|---|
| Date | 2017-02-07 13:10 +0100 |
| Subject | [PATCH v5 1/3] staging: wlan-ng: move logical continuations at the end of line |
| Message-ID | <t8cKS-2F9-17@gated-at.bofh.it> |
Signed-off-by: Maksymilian Piechota <maksymilianpiechota@gmail.com>
---
drivers/staging/wlan-ng/prism2mgmt.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c
index 16fb2d3..64a9ebc 100644
--- a/drivers/staging/wlan-ng/prism2mgmt.c
+++ b/drivers/staging/wlan-ng/prism2mgmt.c
@@ -1308,9 +1308,8 @@ int prism2mgmt_wlansniff(struct wlandevice *wlandev, void *msgp)
hw->sniffhdr = 0;
wlandev->netdev->type = ARPHRD_IEEE80211_PRISM;
} else
- if ((msg->wlanheader.status ==
- P80211ENUM_msgitem_status_data_ok)
- && (msg->wlanheader.data == P80211ENUM_truth_true)) {
+ if ((msg->wlanheader.status == P80211ENUM_msgitem_status_data_ok) &&
+ (msg->wlanheader.data == P80211ENUM_truth_true)) {
hw->sniffhdr = 1;
wlandev->netdev->type = ARPHRD_IEEE80211_PRISM;
} else {
--
2.1.4
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-02-09 13:20 +0100 |
| Subject | Re: [PATCH v5 1/3] staging: wlan-ng: move logical continuations at the end of line |
| Message-ID | <t8VRD-62y-9@gated-at.bofh.it> |
| In reply to | #1575598 |
On Tue, Feb 07, 2017 at 07:07:59AM -0500, Maksymilian Piechota wrote: > Signed-off-by: Maksymilian Piechota <maksymilianpiechota@gmail.com> > --- > drivers/staging/wlan-ng/prism2mgmt.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) I can not take patches without any changelog text, sorry. Please fix up and resend the whole series. greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web