From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752544AbdKDV5t (ORCPT ); Sat, 4 Nov 2017 17:57:49 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:49777 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751508AbdKDV5r (ORCPT ); Sat, 4 Nov 2017 17:57:47 -0400 X-Google-Smtp-Source: ABhQp+QwzT9FGdtY05j3OAs5WGD8d97MbOiCnHGB4GZCB30zIe/JPnZ4B7Su3zhQ+56bUURTT+P4Tw== From: Himanshu Jha To: rjw@rjwysocki.net Cc: pavel@ucw.cz, len.brown@intel.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, mcgrof@kernel.org, Himanshu Jha Subject: [PATCH] freezer: Fix typo in commnent to function freezable_schedule_timeout() Date: Sun, 5 Nov 2017 03:27:32 +0530 Message-Id: <1509832652-1552-1-git-send-email-himanshujha199640@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Himanshu Jha --- include/linux/freezer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/freezer.h b/include/linux/freezer.h index 3995df1..21f5aa0 100644 --- a/include/linux/freezer.h +++ b/include/linux/freezer.h @@ -182,7 +182,7 @@ static inline void freezable_schedule_unsafe(void) } /* - * Like freezable_schedule_timeout(), but should not block the freezer. Do not + * Like schedule_timeout(), but should not block the freezer. Do not * call this with locks held. */ static inline long freezable_schedule_timeout(long timeout) -- 2.7.4