[PATCH 3/3] staging: rtl8192u: Prune the rtl819x_HT.h file of unused definitions.

Justin Skists justin.skists at juzza.co.uk
Sat Jun 30 08:34:19 UTC 2018



On 29 June 2018 19:10:07 BST, John Whitmore <johnfwhitmore at gmail.com> wrote:
>There are two files named "rtl819x_HT.h"
>
>$ find . -name rtl819x_HT.h -print
>./drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h
>./drivers/staging/rtl8192e/rtl819x_HT.h
>
>The two files are very similar but differ slightly. Unsed definitions
>have
>been removed from "drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h" as
>a first
>step towards possibly merging the two files into one.

Just delete the lines if they are unused. Don't worry about commenting them out. That way it is easier to visually diff the patches for review. (Plus, the previous code is never lost in the git tree, anyway)

:-)

Justin






More information about the devel mailing list