From ea07278681c9738b8da96670be20898cd40c7bfe Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Tue, 24 Mar 2015 11:10:09 -0700 Subject: [PATCH] staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARG Use the standard vsprintf kernel extension to format mac addresses. This reduces object code size a bit. Miscellanea: o Coalesce formats o Realign arguments o Remove the now unused MAC_FMT and MAC_ARG #defines Signed-off-by: Joe Perches Acked-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed