Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vt6655: kernel style cleanup of mac.c

This patch removes from mac.c the file name and an ftrace-like pr_debug
per checkpatch's two warnings.

Signed-off-by: Lucas Henneman <lucas.henneman@linaro.org>
Link: https://lore.kernel.org/r/20210723144340.15787-13-lucas.henneman@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lucas Henneman and committed by
Greg Kroah-Hartman
290262b9 56bfb9bc

-3
-3
drivers/staging/vt6655/mac.c
··· 3 3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. 4 4 * All rights reserved. 5 5 * 6 - * File: mac.c 7 - * 8 6 * Purpose: MAC routines 9 7 * 10 8 * Author: Tevin Chen ··· 773 775 if (byLocalID <= 1) 774 776 return; 775 777 776 - pr_debug("%s\n", __func__); 777 778 offset = MISCFIFO_KEYETRY0; 778 779 offset += (uEntryIdx * MISCFIFO_KEYENTRYSIZE); 779 780