Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4b370ef authored by Jiong Du's avatar Jiong Du Committed by Greg Kroah-Hartman
Browse files

staging: ks7010: add a blank line after declarations



Fixes checkpatch warning: Missing a blank line after declarations

Signed-off-by: default avatarJiong Du <jiongdu0.0@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 091a3d58
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ static
void MichaelAppend(struct michel_mic_t *Mic, uint8_t *src, int nBytes)
{
	int addlen;

	if (Mic->nBytesInM) {
		addlen = 4 - Mic->nBytesInM;
		if (addlen > nBytes)
@@ -98,6 +99,7 @@ static
void MichaelGetMIC(struct michel_mic_t *Mic, uint8_t *dst)
{
	uint8_t *data = Mic->M;

	switch (Mic->nBytesInM) {
	case 0:
		Mic->L ^= 0x5a;