From patchwork Tue Mar 11 10:23:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 329028 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 047752C007A for ; Tue, 11 Mar 2014 21:33:22 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754861AbaCKKbb (ORCPT ); Tue, 11 Mar 2014 06:31:31 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:43634 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755165AbaCKKX7 (ORCPT ); Tue, 11 Mar 2014 06:23:59 -0400 Received: from ayla.of.borg ([84.193.72.141]) by albert.telenet-ops.be with bizsmtp id cAPy1n00D32ts5g06APyT8; Tue, 11 Mar 2014 11:23:58 +0100 Received: from geert by ayla.of.borg with local (Exim 4.76) (envelope-from ) id 1WNJqn-0001Fn-TW; Tue, 11 Mar 2014 11:23:57 +0100 From: Geert Uytterhoeven To: Jiri Kosina Cc: linux-kernel@vger.kernel.org, Geert Uytterhoeven , Wolfram Sang , linux-i2c@vger.kernel.org Subject: [PATCH trivial 09/16] i2c: Spelling s/than/that/ Date: Tue, 11 Mar 2014 11:23:43 +0100 Message-Id: <1394533430-4746-9-git-send-email-geert@linux-m68k.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1394533430-4746-1-git-send-email-geert@linux-m68k.org> References: <1394533430-4746-1-git-send-email-geert@linux-m68k.org> Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org From: Geert Uytterhoeven Signed-off-by: Geert Uytterhoeven Cc: Wolfram Sang Cc: linux-i2c@vger.kernel.org --- Documentation/i2c/functionality | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/i2c/functionality b/Documentation/i2c/functionality index b0ff2ab596ce..4556a3eb87c4 100644 --- a/Documentation/i2c/functionality +++ b/Documentation/i2c/functionality @@ -46,7 +46,7 @@ A few combinations of the above flags are also defined for your convenience: and write_block_data commands I2C_FUNC_SMBUS_I2C_BLOCK Handles the SMBus read_i2c_block_data and write_i2c_block_data commands - I2C_FUNC_SMBUS_EMUL Handles all SMBus commands than can be + I2C_FUNC_SMBUS_EMUL Handles all SMBus commands that can be emulated by a real I2C adapter (using the transparent emulation layer)