From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754496AbcL3P4O (ORCPT ); Fri, 30 Dec 2016 10:56:14 -0500 Received: from ms.lwn.net ([45.79.88.28]:57798 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753921AbcL3P4M (ORCPT ); Fri, 30 Dec 2016 10:56:12 -0500 Date: Fri, 30 Dec 2016 08:56:09 -0700 From: Jonathan Corbet To: Linus Torvalds Cc: LKML , linux-doc@vger.kernel.org Subject: [PULL] Two documentation fixes Message-ID: <20161230085609.16d72296@lwn.net> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.lwn.net/linux.git tags/docs-4.10-rc1-fix for you to fetch changes up to 36f671be1db1b17d3d4ab0c8b47f81ccb1efcb75: Documentation/unaligned-memory-access.txt: fix incorrect comparison operator (2016-12-27 13:08:42 -0700) ---------------------------------------------------------------- Two small fixes: - A merge error on my part broke the DocBook build. I've requisitioned one of tglx's frozen sharks for appropriate disciplinary action and resolved to be more careful about testing the DocBook stuff as long as it's still around. - Fix an error in unaligned-memory-access.txt ---------------------------------------------------------------- Cihangir Akturk (1): Documentation/unaligned-memory-access.txt: fix incorrect comparison operator John Brooks (1): docs: Fix build failure Jonathan Corbet (1): Merge tag 'v4.10-rc1' into docs-next Documentation/DocBook/Makefile | 2 +- Documentation/unaligned-memory-access.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)