From patchwork Fri Oct 6 13:04:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 822397 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=nic.cz header.i=@nic.cz header.b="BFar+hnG"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3y7qfc0m0Sz9sPt for ; Sat, 7 Oct 2017 00:07:02 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 717AFC21E05; Fri, 6 Oct 2017 13:06:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 49827C21C40; Fri, 6 Oct 2017 13:06:52 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 6F30CC21C62; Fri, 6 Oct 2017 13:06:51 +0000 (UTC) Received: from mail.nic.cz (mail.nic.cz [217.31.204.67]) by lists.denx.de (Postfix) with ESMTPS id 1931CC21C54 for ; Fri, 6 Oct 2017 13:06:51 +0000 (UTC) Received: from dellmb.labs.office.nic.cz (unknown [IPv6:2001:1488:fffe:6:8982:ed8c:62b1:c0c8]) by mail.nic.cz (Postfix) with ESMTP id C6DD162378; Fri, 6 Oct 2017 15:06:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1507295210; bh=7Y+9pnhOjVzqgdm0E0hxZbozMbHTBjO53WOuVoLtvLI=; h=From:To:Date; b=BFar+hnGtYE84ikFwAr8LyBj87+Ul8VU426xmcPHt5/pkBPoHdGc6YaSfhl4uR3L+ ntIRl1PRCrmFFMrXNrAFt+RK4j8zi1953l7X5LYFWwFBzeZ/qYUP8ZBzDRFOLu1Oet y7TuKwWPb+OjuthIEBW917lnHaWIqIMCpNj6nkB4= From: =?utf-8?q?Marek_Beh=C3=BAn?= To: u-boot@lists.denx.de Date: Fri, 6 Oct 2017 15:04:59 +0200 Message-Id: <20171006130459.29127-4-marek.behun@nic.cz> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171006130459.29127-1-marek.behun@nic.cz> References: <20171006130459.29127-1-marek.behun@nic.cz> X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean Subject: [U-Boot] [PATCH 4/4] fs: btrfs: Remove a foreign language note X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" I accidentaly left a foreign language note in the code from development. Signed-off-by: Marek Behun --- fs/btrfs/inode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 0af04278a3..f785b600fa 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -210,7 +210,6 @@ static inline const char *skip_current_directories(const char *cur) return cur; } -/* inode.c, musi vratit aj root stromu kde sa inoda najde */ u64 btrfs_lookup_path(struct btrfs_root *root, u64 inr, const char *path, u8 *type_p, struct btrfs_inode_item *inode_item_p, int symlink_limit)