From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751742AbdJCNfg (ORCPT ); Tue, 3 Oct 2017 09:35:36 -0400 Received: from mail-io0-f175.google.com ([209.85.223.175]:45754 "EHLO mail-io0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751252AbdJCNff (ORCPT ); Tue, 3 Oct 2017 09:35:35 -0400 X-Google-Smtp-Source: AOwi7QCdtnDC4/ZlF2vwDSLjm+h/eGfDL0vsylSovnurZQTASSccjaPTNIjYryjHZFI/D02rl4tHKQ== Date: Tue, 3 Oct 2017 06:35:32 -0700 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Lai Jiangshan Subject: [GIT PULL] workqueue fixes for v4.14-rc3 Message-ID: <20171003133531.GH3301751@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. Minor documentation update. Thanks. The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-4.14-fixes for you to fetch changes up to 47684e111f52fface17820d3ef84cc845b26070e: Documentation: core-api: minor workqueue.rst cleanups (2017-09-18 17:29:27 -0700) ---------------------------------------------------------------- Randy Dunlap (1): Documentation: core-api: minor workqueue.rst cleanups Documentation/core-api/workqueue.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- tejun