From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751385AbdIPS7k convert rfc822-to-8bit (ORCPT ); Sat, 16 Sep 2017 14:59:40 -0400 Received: from mail.sigma-star.at ([95.130.255.111]:45996 "EHLO mail.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751259AbdIPS7j (ORCPT ); Sat, 16 Sep 2017 14:59:39 -0400 From: Richard Weinberger To: Linus Torvalds Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] UBI updates for 4.14-rc1 Date: Sat, 16 Sep 2017 20:59:57 +0200 Message-ID: <1573378.SEVV3x3t27@blindfold> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 569dbb88e80deb68974ef6fdd6a13edb9d686261: Linux 4.13 (2017-09-03 13:56:17 -0700) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-4.14-rc1 for you to fetch changes up to 89b68cd926633ff0df1e1a0ae29fcd80f68bdd96: UBI: Fix two typos in comments (2017-09-13 22:05:30 +0200) ---------------------------------------------------------------- This pull request contains updates for UBI: - Minor improvements ---------------------------------------------------------------- Ben Dooks (3): ubi: pr_err() strings should end with newlines ubi: pr_err() strings should end with newlines ubi: pr_err() strings should end with newlines Colin Ian King (1): ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Uwe Kleine-König (1): UBI: Fix two typos in comments drivers/mtd/ubi/block.c | 6 +++--- drivers/mtd/ubi/build.c | 20 ++++++++++---------- drivers/mtd/ubi/fastmap.c | 2 +- drivers/mtd/ubi/ubi-media.h | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-)