From b5057dd79c2db9a2be5306fdcdb2eae5c9c0e109 Mon Sep 17 00:00:00 2001 From: Nicholas Mc Guire Date: Tue, 3 Feb 2015 03:45:11 -0500 Subject: [PATCH] tlan: msecs_to_jiffies convrsion This is only an API consolidation and should make things more readable it replaces var * HZ / 1000 by msecs_to_jiffies(var). As there is a discrepancy between the code and the comments this is in a separate patch. Signed-off-by: Nicholas Mc Guire Signed-off-by: David S. Miller --- Reading git-format-patch failed