From patchwork Sun Mar 16 19:09:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 3839931 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D0B94BF540 for ; Sun, 16 Mar 2014 19:31:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1620E201FB for ; Sun, 16 Mar 2014 19:31:57 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 1EC67201F5 for ; Sun, 16 Mar 2014 19:31:56 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 968136E192; Sun, 16 Mar 2014 12:31:55 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by gabe.freedesktop.org (Postfix) with ESMTP id A6AE66E196 for ; Sun, 16 Mar 2014 12:31:53 -0700 (PDT) Received: by mail-ee0-f53.google.com with SMTP id b57so2740707eek.12 for ; Sun, 16 Mar 2014 12:31:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=55RPrCiPf1K/CkqxyAmMR00mpyItMgwr4EA6i3ezW1g=; b=MRacNn4CzrO2I+P+o2W8GBhPkefpLkD373ThTGPviM6+iZUg+hhqDaQgnueGajgxeq GpI2kJLPMSHOSr41gCMkQNXFNm75sX5Oh/gK466GmX4QsSXU0uId6Sf8L9xnvkUJocjv dI8dp3zsGkenUBZYxKpd9zOYYlUNYUZkFXjE4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=55RPrCiPf1K/CkqxyAmMR00mpyItMgwr4EA6i3ezW1g=; b=b2ph1GMCdYIgqHqVUHfj7Y+lcytWA0qXYLXpHjTHULrc+F2Op+EvVrRjVsDTcIh/1J /2NwxWLBxuce+5/6MGzuh2oZRaZ7SEtKik/hMRm59pVa0dSIJhsUt9XaNk+T0gT+D3bl E/KfwKEaNcMCQEBj3/On7EAynxD1VUH/z+tJZy0THLOjICIuK1G8OFaDixg8SEbm4snz +HPEo0VvMF3V9wPlMyoWI8Dy2UsL9Li1lPZ+D0+brJ8dReyTcb0tVXZIYRLrzvGOX/+A mPm4XmJTjO83Got5KUvViC4wPkGWduCUdya97dmZiYbsHqszDS0nkK2AakB+o2rWc4IK 4Z0Q== X-Gm-Message-State: ALoCoQn7XpT5TUaZ0IYwnYM3vXN0F+ZfuR+fCTQbBJBXfaIhih6sQeBwg/mYCtFluzzKpxFstkb+ X-Received: by 10.15.49.196 with SMTP id j44mr1120210eew.98.1394998312910; Sun, 16 Mar 2014 12:31:52 -0700 (PDT) Received: from wespe.ffwll.local (84-73-67-144.dclient.hispeed.ch. [84.73.67.144]) by mx.google.com with ESMTPSA id 48sm34246059eee.2.2014.03.16.12.31.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Mar 2014 12:31:52 -0700 (PDT) From: Daniel Vetter To: Intel Graphics Development Date: Sun, 16 Mar 2014 20:09:59 +0100 Message-Id: <1394997000-3022-2-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1394997000-3022-1-git-send-email-daniel.vetter@ffwll.ch> References: <1394997000-3022-1-git-send-email-daniel.vetter@ffwll.ch> Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH 2/3] lib/igt_core: Small api doc fix X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 Signed-off-by: Daniel Vetter --- lib/igt_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/igt_core.c b/lib/igt_core.c index 0be77416a949..d8a44193a7b7 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -955,7 +955,7 @@ static void fatal_sig_handler(int sig) * The handler will be passed the signal number if called due to a signal, or * 0 otherwise. Exit handlers can also be used from test children spawned with * igt_fork(), but not from within helper processes spawned with - * igt_helper_process(). The list of exit handlers is reset when forking to + * igt_fork_helper(). The list of exit handlers is reset when forking to * avoid issues with children cleanup up the parent's state too early. */ void igt_install_exit_handler(igt_exit_handler_t fn)