Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1345078
| From | Jannik Becher <becher.jannik@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Media: usb: hackrf: fixed a style issue |
| Date | 2016-02-27 20:50 +0100 |
| Message-ID | <r6T2h-7Pm-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixed a coding style issue.
Signed-off-by: Jannik Becher <Becher.Jannik@gmail.com>
---
drivers/media/usb/hackrf/hackrf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/usb/hackrf/hackrf.c b/drivers/media/usb/hackrf/hackrf.c
index 9e700ca..186ef2d 100644
--- a/drivers/media/usb/hackrf/hackrf.c
+++ b/drivers/media/usb/hackrf/hackrf.c
@@ -249,6 +249,7 @@ static int hackrf_set_params(struct hackrf_dev *dev)
unsigned int uitmp, uitmp1, uitmp2;
const bool rx = test_bit(RX_ON, &dev->flags);
const bool tx = test_bit(TX_ON, &dev->flags);
+
static const struct {
u32 freq;
} bandwidth_lut[] = {
--
2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] Media: usb: hackrf: fixed a style issue Jannik Becher <becher.jannik@gmail.com> - 2016-02-27 20:50 +0100 Re: [PATCH] Media: usb: hackrf: fixed a style issue Antonio Ospite <ao2@ao2.it> - 2016-02-27 21:20 +0100
csiph-web