Received: by 10.192.165.148 with SMTP id m20csp2875533imm; Mon, 7 May 2018 02:40:55 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpCwiXtRvRk5J8bjMEfdGYkJjA3MN2RCbKw7ka4Y0vfbwwUCNAqk1ySVx3S5/O5SX16TRbS X-Received: by 2002:a63:925c:: with SMTP id s28-v6mr29223664pgn.368.1525686055715; Mon, 07 May 2018 02:40:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525686055; cv=none; d=google.com; s=arc-20160816; b=0LkueYJSrtCicnhIKPiTIcWLoO//MER5Ku24QdC2mgmTNdW7dTPAEgTHSxZmR3rOpD Z1Ebqa3zDhgJL1XSrhDfoVgfHUC1ewVLzAucao1kI4FLL3QB7qHaVkzcxN4JZwR1BjFb S6+eLTj+rnT6DeBdv6+vcX8F+XuJ0Za+jcMcG7RvcxebjXi+c0LU+Qd3ykT3K3Ye6kdh 7RiGmisg8rqEJ2xK6CHaHby4cgA1P8nCt0Kp8TWw5iUrauxMxWLCQs9TY90O9W9mv48P uwr/ZcvYXowMPcb/QXmx7ieFVmNwP2QQvOgk4H9f3ihkvPyWTMcMajdroGai1oz6il36 yxAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=MMT8yXTowv/kRnB8eQUb1jEuwsovUPvHdTXRt20sqgs=; b=Je3wGaTWZ/on8VQukv14H2pYgFIv6kGtP7uD0RfurARx8EGb6C9JtBAKXTSm8tcnKZ w8ayu80PyGw7PD0+0t8iRxaeqZM7kCZGfE8UAI88DQmJMCTxL0PWMjO4ykCx5VZHbh48 E5s6VYFEJOUDJfMWnHPVgXabLN5dYQu/G4pOxQ6RkoV78rr7Bm89ZLz9r/rKgs5gd+HY vjQMbpvRL/bJjghxLuE7tW4YY65StfEgPuRrDNCzYUiGCGzUVj/KHn3Ie4k6qDdFY026 0TX0mfy7rnlLvuJ4X9nJ5uHTuv76Mcz/HX8DpSE4MP1EgmDQEhshnrBDJa09cwQJrxBz MrLg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k66-v6si18905393pga.118.2018.05.07.02.40.41; Mon, 07 May 2018 02:40:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752051AbeEGJjo (ORCPT + 99 others); Mon, 7 May 2018 05:39:44 -0400 Received: from osg.samsung.com ([64.30.133.232]:47007 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752457AbeEGJgG (ORCPT ); Mon, 7 May 2018 05:36:06 -0400 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id 790BE23433; Mon, 7 May 2018 02:36:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mAU8-tbymtGv; Mon, 7 May 2018 02:36:04 -0700 (PDT) Received: from smtp.s-opensource.com (177.41.109.86.dynamic.adsl.gvt.net.br [177.41.109.86]) by osg.samsung.com (Postfix) with ESMTPSA id 4942B233E2; Mon, 7 May 2018 02:36:01 -0700 (PDT) Received: from mchehab by smtp.s-opensource.com with local (Exim 4.90_1) (envelope-from ) id 1fFcYp-00087s-10; Mon, 07 May 2018 06:35:59 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Thomas Gleixner , John Stultz , Stephen Boyd Subject: [PATCH 12/18] time: timer.c: adjust a kernel-doc comment Date: Mon, 7 May 2018 06:35:48 -0300 Message-Id: X-Mailer: git-send-email 2.17.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Those three warnings can easily solved by using :: to indicate a code block: ./kernel/time/timer.c:1259: WARNING: Unexpected indentation. ./kernel/time/timer.c:1261: WARNING: Unexpected indentation. ./kernel/time/timer.c:1262: WARNING: Block quote ends without a blank line; unexpected unindent. While here, align the lines at the block. Signed-off-by: Mauro Carvalho Chehab --- kernel/time/timer.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kernel/time/timer.c b/kernel/time/timer.c index 4a4fd567fb26..cc2d23e6ff61 100644 --- a/kernel/time/timer.c +++ b/kernel/time/timer.c @@ -1251,18 +1251,18 @@ EXPORT_SYMBOL(try_to_del_timer_sync); * * Note: For !irqsafe timers, you must not hold locks that are held in * interrupt context while calling this function. Even if the lock has - * nothing to do with the timer in question. Here's why: + * nothing to do with the timer in question. Here's why:: * * CPU0 CPU1 * ---- ---- - * - * call_timer_fn(); - * base->running_timer = mytimer; - * spin_lock_irq(somelock); + * + * call_timer_fn(); + * base->running_timer = mytimer; + * spin_lock_irq(somelock); * * spin_lock(somelock); - * del_timer_sync(mytimer); - * while (base->running_timer == mytimer); + * del_timer_sync(mytimer); + * while (base->running_timer == mytimer); * * Now del_timer_sync() will never return and never release somelock. * The interrupt on the other CPU is waiting to grab somelock but -- 2.17.0