From 843a01f20af180d238cfcb5456e30404c2f4cc37 Mon Sep 17 00:00:00 2001 From: Axel Rasmussen Date: Tue, 4 Mar 2014 00:12:57 -0700 Subject: [PATCH] drivers: staging: rtl8187se: refactor wmm_param_update The function rtl8180_wmm_param_update contained two blocks of code which were nearly identical. This patch combines those two blocks into a single function, to reduce code duplication, and do fix some checkpatch.pl warnings about excessively long lines due to the large number of indents that were needed for the original blocks of code. Signed-off-by: Axel Rasmussen Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed