From 56f40e521047ae8623ad5dcbb5a08ad91684cab6 Mon Sep 17 00:00:00 2001 From: Sudip Mukherjee Date: Sat, 9 May 2015 17:59:42 +0530 Subject: [PATCH] staging: dgap: remove unused code dgap_sindex() is being only called from dgap_getword() which searches for either ' ' or '\t' or '\n'. this part of the code with '^' at the beginning is never used. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed