From patchwork Mon Jul 13 03:29:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 6773751 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 863C99F38C for ; Mon, 13 Jul 2015 03:36:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A8951206B2 for ; Mon, 13 Jul 2015 03:36:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CF0A4206B0 for ; Mon, 13 Jul 2015 03:36:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751822AbbGMDfy (ORCPT ); Sun, 12 Jul 2015 23:35:54 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:35947 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751726AbbGMDfx (ORCPT ); Sun, 12 Jul 2015 23:35:53 -0400 Received: by pdjr16 with SMTP id r16so54938471pdj.3; Sun, 12 Jul 2015 20:35:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=aODw9HR+ijuA4R3mQOc9gD/S3vR04CtjTd4to4s2e/Y=; b=HEaGDwAoM21vJnfPFHLx3mpqgZP+3L/YlMnJavL4CMWfxyjF+VFGOpn/uMZK+/dUQ9 wkZbs/YccuovuTPXnNw805QGax3IFiCRBMoYstJhkYTlkZBXzfHtjCAPhyCLn1Llhi3J 2CPxQ0V8IfyL+9iULCAIMjwDEdoBEqtCuvYGRpualG3TSa3Sai83GJsEYz0P97zgtLor fyROP60FYa+kh3nZmNfeu+q9xEsXzwf13Fno2Ub+546AbVBOGcqhkNMfdmeRpEy7Jcqp M1V/wpW7RMxaAi4Mr0c0ytsGdLVyv68iY8Q3MTpSg7gpqW425eZU1dNuW5W3YnR2xku7 ZNhw== X-Received: by 10.67.5.197 with SMTP id co5mr62212686pad.68.1436758552594; Sun, 12 Jul 2015 20:35:52 -0700 (PDT) Received: from masabert (p1864141-omed01.osaka.ocn.ne.jp. [153.251.55.140]) by smtp.gmail.com with ESMTPSA id b3sm16980926pdg.67.2015.07.12.20.35.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jul 2015 20:35:52 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id 928F4E0EC9; Mon, 13 Jul 2015 12:29:14 +0900 (JST) From: Masanari Iida To: giometti@enneenne.com, corbet@lwn.net, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] Doc: pps: Fix file name in pps.txt Date: Mon, 13 Jul 2015 12:29:11 +0900 Message-Id: <1436758151-17073-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.5.0.rc1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch fix a file name of example code. Signed-off-by: Masanari Iida Signed-off-by: Rodolfo Giometti Acked-by: Rodolfo Giometti --- Documentation/pps/pps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/pps/pps.txt b/Documentation/pps/pps.txt index c508cce..7cb7264 100644 --- a/Documentation/pps/pps.txt +++ b/Documentation/pps/pps.txt @@ -125,7 +125,7 @@ The same function may also run the defined echo function (pps_ktimer_echo(), passing to it the "ptr" pointer) if the user asked for that... etc.. -Please see the file drivers/pps/clients/ktimer.c for example code. +Please see the file drivers/pps/clients/pps-ktimer.c for example code. SYSFS support