Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1579004
| Path | csiph.com!news.redatomik.org!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Derek Robson <robsonde@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 02/25] Staging: rtl8192u: r819xU_firmware.c - style fix |
| Date | Sat, 11 Feb 2017 11:10:01 +0100 |
| Message-ID | <t9CMV-7PR-5@gated-at.bofh.it> (permalink) |
| References | <t9CDg-7xe-3@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=LQj8CC/0e+HnVp+sUncVfAGRB601DQuApKt/CF9nFP4=; b=iXcyNpb9G1oE9Aeok9bt5PrYFGx9YGoxQ1PTuzPgOfWjhdCRkit74KWoGB/sRe3Nk5 nz5Ar4iW+QgZsDULAcqGkPR/NQrHvXPz9ARLLNP15UDUwIn02QVVb5ED/a2ZSLq28Ct0 piZg5KvLLngSlR7DrXGbRMoLCJ/pqqqq28qxbsoS+thslhmOqjIUssnjdRQUac2FDFHQ 1cAfP1F3gKFmak/VPuPytpN6D46qrIVp5Jcp0EpETc0SreQpn8yifvIUIHhxi81SnLei aJH+sbw3gTrNsxLrNnTsEqyLX7fiPu41Y75G0C5zQY//94X+spIJrVioxxwYbsCTxKwE klrA== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=LQj8CC/0e+HnVp+sUncVfAGRB601DQuApKt/CF9nFP4=; b=iN+vYS1LL88rKHmHm0HVDZ1X2gt+BbWKkYVYxKnRJmnzuAbBry005w0JF+SCYSR+9r 51A7HP10TVwlSuCnk2cPBTBmmWyNrjHH6mhI/0lGwpLgDGlcKUrkHe2oJEVMQW2urCkH 67mAfgwR6Sg+NUzt4BCn7VxnZQm3AWraft+LHKFrfiAwLH0cd/LQKlv53sRowZyiDqdm TRxZJ4BQyLGyFZuZucLGkj46GqZE2Vy6gUWzxaEnKgvUx88yKlOgLO/0xaQ+gwclsbA3 cOHxnoXhA/SyNLe/xXXjmNImeHtB0qPGNkH02aLKHLWaBfdLjD/DT1gaPVQy9EwR+xA6 ongg== |
| X-Gm-Message-State | AMke39lvGhjDylmgJsgA/p5pcuv+CDhl1fdgSUfIY+z1VvJ5urz8xvZxOx/00rAaostSKg== |
| X-Received | by 10.98.72.216 with SMTP id q85mr15577223pfi.75.1486806786211; Sat, 11 Feb 2017 01:53:06 -0800 (PST) |
| X-Mailer | git-send-email 2.11.1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 41 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Sat, 11 Feb 2017 22:52:58 +1300 |
| X-Original-Message-ID | <75fcc8327e0aefda9ce392d62930dd62dd2517d0.1486804834.git.robsonde@gmail.com> |
| X-Original-References | <cover.1486804834.git.robsonde@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1579004 |
Show key headers only | View raw
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> --- drivers/staging/rtl8192u/r819xU_firmware.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192u/r819xU_firmware.c b/drivers/staging/rtl8192u/r819xU_firmware.c index 08302dfb0d90..38b17f8d921a 100644 --- a/drivers/staging/rtl8192u/r819xU_firmware.c +++ b/drivers/staging/rtl8192u/r819xU_firmware.c @@ -10,7 +10,7 @@ * Returns: * NDIS_STATUS_FAILURE - the following initialization process should be terminated * NDIS_STATUS_SUCCESS - if firmware initialization process success -**************************************************************************************************/ + **************************************************************************************************/ #include "r8192U.h" #include "r8192U_hw.h" @@ -62,7 +62,7 @@ static bool fw_download_code(struct net_device *dev, u8 *code_virtual_address, /* Allocate skb buffer to contain firmware info and tx descriptor info * add 4 to avoid packet appending overflow. - * */ + */ skb = dev_alloc_skb(USB_HWDESC_HEADER_LEN + frag_length + 4); if (!skb) return false; @@ -277,7 +277,7 @@ bool init_firmware(struct net_device *dev) * 2. each packet segment will be put in the skb_buff packet. * 3. each skb_buff packet data content will already include the firmware info * and Tx descriptor info - * */ + */ rt_status = fw_download_code(dev, mapped_file, file_length); if (rst_opt == OPT_SYSTEM_RESET) release_firmware(fw_entry); -- 2.11.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/25] Staging: rtl8192u - fixed block comments Derek Robson <robsonde@gmail.com> - 2017-02-11 11:00 +0100 [PATCH 09/25] Staging: rtl8192u: r8190_rtl8256.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-11 11:00 +0100 [PATCH 19/25] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-11 11:00 +0100 [PATCH 14/25] Staging: rtl8192u: ieee80211: ieee80211_softmac.c - style fix Derek Robson <robsonde@gmail.com> - 2017-02-11 11:00 +0100 [PATCH 16/25] Staging: rtl8192u: ieee80211: rtl819x_HTProc.c - style fix Derek Robson <robsonde@gmail.com> - 2017-02-11 11:00 +0100 [PATCH 08/25] Staging: rtl8192u: r8192U.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-11 11:00 +0100 [PATCH 22/25] Staging: rtl8192u: ieee80211: ieee80211_rx.c - style fix Derek Robson <robsonde@gmail.com> - 2017-02-11 11:00 +0100 [PATCH 02/25] Staging: rtl8192u: r819xU_firmware.c - style fix Derek Robson <robsonde@gmail.com> - 2017-02-11 11:10 +0100 [PATCH 03/25] Staging: rtl8192u: r819xU_cmdpkt.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-11 11:10 +0100
csiph-web