All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergio Paracuellos <sergio.paracuellos@gmail.com>
To: gregkh@linuxfoundation.org
Cc: driverdev-devel@linuxdriverproject.org, wsa@the-dreams.de
Subject: [PATCH 12/12] staging: ks7010: replace uint8_t in favour of u8 in michael_get_mic
Date: Wed, 28 Mar 2018 17:24:28 +0200	[thread overview]
Message-ID: <1522250668-3296-13-git-send-email-sergio.paracuellos@gmail.com> (raw)
In-Reply-To: <1522250668-3296-1-git-send-email-sergio.paracuellos@gmail.com>

 This commit replaces uint8_t parameter for preferred one u8 in
 michael_get_mic function.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
---
 drivers/staging/ks7010/michael_mic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ks7010/michael_mic.c b/drivers/staging/ks7010/michael_mic.c
index d171cba..292eae2 100644
--- a/drivers/staging/ks7010/michael_mic.c
+++ b/drivers/staging/ks7010/michael_mic.c
@@ -81,7 +81,7 @@ static void michael_append(struct michael_mic_t *mic, u8 *src, int bytes)
 	}
 }
 
-static void michael_get_mic(struct michael_mic_t *mic, uint8_t *dst)
+static void michael_get_mic(struct michael_mic_t *mic, u8 *dst)
 {
 	u8 *data = mic->m;
 
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  parent reply	other threads:[~2018-03-28 15:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-28 15:24 [PATCH 00/12] staging: ks7010: Some clean ups Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 01/12] staging: ks7010: avoid camel cases in MichaelMICFunction Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 02/12] staging: ks7010: avoid camel cases for MichaelInitFunction Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 03/12] staging: ks7010: avoid camel cases in MichaelAppend function Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 04/12] staging: ks7010: replace macro MichaelClear with inline function Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 05/12] staging: ks7010: avoid camel cases in MichaelGetMIC function Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 06/12] staging: ks7010: replace PutUInt32 macro with put_unaligned_le32() Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 07/12] staging: ks7010: replace GetUInt32 macro with get_unaligned_le32 Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 08/12] staging: ks7010: replace MichaelBlockFunction macro with inline function Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 09/12] staging: ks7010: remove some dead code from ks_wlan_set_essid function Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 10/12] staging: ks7010: replace uint8_t in favour of u8 in michael_init Sergio Paracuellos
2018-03-28 15:24 ` [PATCH 11/12] staging: ks7010: replace uint8_t in favour of u8 in michael_append Sergio Paracuellos
2018-03-28 15:24 ` Sergio Paracuellos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-22 19:19 [PATCH 00/12] staging: ks7010: clean michael_mic header and source files Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 12/12] staging: ks7010: replace uint8_t in favour of u8 in michael_get_mic Sergio Paracuellos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1522250668-3296-13-git-send-email-sergio.paracuellos@gmail.com \
    --to=sergio.paracuellos@gmail.com \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.