From bc4f07c86eec8d530d8124530067b589b4be5c71 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Tue, 1 Jul 2014 12:25:45 +0200 Subject: [PATCH] staging: rtl8192ee: Pass large struct by const reference struct rtl_stats is rather huge (152 bytes), and since rtl92ee_rx_command_packet() does not modify it, it might as well be passed by const reference. Reported by Coverity: CID 1222131 Signed-off-by: Rasmus Villemoes Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed