Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp325678ybg; Tue, 9 Jun 2020 01:20:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyCBb4ufBLhzxD8UOQ+tCmPr1+ioSWL/N4tqL0bSNEIzr+LIjlzjStBt4zT10prYrAKetQ8 X-Received: by 2002:a17:906:a402:: with SMTP id l2mr25834176ejz.14.1591690801071; Tue, 09 Jun 2020 01:20:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591690801; cv=none; d=google.com; s=arc-20160816; b=khpu70WzKe4jyNMq0E+vurtu2oahbqymUnSsgRB4zhKuBJza2PVBg2VpsDtXS+EJTk i4Y2qqY/bbITCjrfwB5B5z7d3GI5XRJHWcjqHG4Vdaio0lHHa2Uu3ETdAiCMB+OqW6wr 9kWRF1gwjSgcMFKoLT+jZG8J1hoIrINy+OWuEIO/2TpPtjn0gkmdtAKnSpNfrU1gEbdx Iej56AzZFSPxs0zNQ/Vc9m92WW9phFCxKL3LalcEs7kVRNkWFGz5MdQDwZVJUoZlh9/s +Qcpx18MODBL64zTfSUjEZKGVEOeKqrSbbVNikhDojDAdLht6RHv/S/8OWEIO66zIxQT 25zw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=KeH8Tgl4jDRNWm7Yow0NHtb7rWqa2yAW9GUN9w32X74=; b=NnNURuXVqAr0Qc/LjYWEB/ltJj3Lo44gITLAcw9SyGWgDUj7/wP0l6/vumjKn9rDSU 64Qe/W/NPpElUqLeGt56Qht+UIURKu1VQVwMGHnOoHfX/gk+af99NXrAQJ6tuVpWL6p/ 5HRPFlIP0r/rmB6I5xaGeQxRIaCjlygaFoi22b9sm24Gclzu0ZSJqyuJ2Wz4LR/1fVvi U6GGweDUbFHJvE6LKAlz2Co3w0os9pzC4ScFJWit+PAxPExWn8Vjf93UMZD+ZOhNfag8 sBX8vuQ+h+eArbTodWwAH0Ep6AWh1vyqHwFi9rv71GtcDUUhboGcd25Q5TvH33K6e482 wOTg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dt12si13744396ejc.46.2020.06.09.01.19.37; Tue, 09 Jun 2020 01:20:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728043AbgFIIRr (ORCPT + 99 others); Tue, 9 Jun 2020 04:17:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727960AbgFIIRq (ORCPT ); Tue, 9 Jun 2020 04:17:46 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31304C05BD43 for ; Tue, 9 Jun 2020 01:17:46 -0700 (PDT) Received: from p5b06d650.dip0.t-ipconnect.de ([91.6.214.80] helo=localhost.localdomain) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1jiZS3-0005EE-78; Tue, 09 Jun 2020 10:17:43 +0200 From: Kurt Kanzenbach To: Thomas Gleixner Cc: "Jason A. Donenfeld" , Arnd Bergmann , linux-kernel@vger.kernel.org, Kurt Kanzenbach Subject: [PATCH] timekeeping: Fix typo Date: Tue, 9 Jun 2020 10:17:26 +0200 Message-Id: <20200609081726.5657-1-kurt@linutronix.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix typo in comment for cross timestamping structure: syncronized -> synchronized. Signed-off-by: Kurt Kanzenbach --- include/linux/timekeeping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index b27e2ffa96c1..17a1a2b6be40 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h @@ -241,7 +241,7 @@ struct system_time_snapshot { /* * struct system_device_crosststamp - system/device cross-timestamp - * (syncronized capture) + * (synchronized capture) * @device: Device time * @sys_realtime: Realtime simultaneous with device time * @sys_monoraw: Monotonic raw simultaneous with device time -- 2.20.1