Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2509396pxb; Thu, 11 Feb 2021 14:25:10 -0800 (PST) X-Google-Smtp-Source: ABdhPJzTstwaQrqaQI+VuKb+J3WmBWTsqqecfnN2fpf3eExZA5oxH46cs/d+BA2Izk4dEbJJAIQc X-Received: by 2002:a17:907:1191:: with SMTP id uz17mr10664608ejb.371.1613082310519; Thu, 11 Feb 2021 14:25:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613082310; cv=none; d=google.com; s=arc-20160816; b=Wd4KLCoTMRVqRJOFHuzQXt35ZkChF6hmNsTXxluWOQi0GB9MjUYo3W2U5o+n8o4hXp Yr7S3uLmz/Yo6pSsI9SBIwxPrgYlWL+hBMYKeoRBbdyd0jnAVxeY3h3C3KVYi7u5uPzB o38AoWhFusQC/IO4r07+M5R+jBwG0lt+r8ubdCTf1vte/Cq+D7JyJ1t+jc1CEODVQIVx VTVkelgWDUgK6g495yD6pJZdwBZ6thtJBqehCrNCH5rGn8nmnKYZcUwAlUVYRmZtAfsv JXvAsD2S80MqaYQ89dL2HXIuVfwxzfYKUu6SY+wUU8/LX4EREhlzdD+VPN6tLuZ/QN8v IU/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=UhwTjjg/PXBQ/bogwWqIQW6OXt1SZD6NihFUxk+38rU=; b=lsTFEqARLCBFTxemSynNHKnz0rCyhqATFC4/bPm/MJFEZnRcZ854xIv0DCiRko3dLQ w+Hzu8v2xWiR1UkvvpFesukgpp9QlaxG0hiVJPJj0b3181aASGCh1yNSpbFzDY9fNAEo A3Lvo5ghlsU35lYOw2wEv2801YIbLqCWg6bFdD0OHBrmeOPPTzrTnQCNEzqVALPHKmCV hLAWnyzddKIyI4pJSAkhcnFxOtPJrl4DLXBDuGJcb9iNu9tCJzDuhK5KdEFTUZE1FMCl w+qtvjz+5wNpdZeOv5OoCqcTGMBmoQ/03pxwEEpFLp32H5P+TA6GDLXCfjONHg0pe3KN 1IBA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w14si4777798ede.222.2021.02.11.14.24.47; Thu, 11 Feb 2021 14:25:10 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230002AbhBKWWJ (ORCPT + 99 others); Thu, 11 Feb 2021 17:22:09 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:49048 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229809AbhBKWWD (ORCPT ); Thu, 11 Feb 2021 17:22:03 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 31F501F4604A From: Gabriel Krisman Bertazi To: dhowells@redhat.com Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Gabriel Krisman Bertazi , kernel@collabora.com Subject: [PATCH 0/2] tiny fixes to watch_queue Date: Thu, 11 Feb 2021 17:21:10 -0500 Message-Id: <20210211222112.1518161-1-krisman@collabora.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, You'll find here a couple of misc improvements to watch_queue documentation and code. Gabriel Krisman Bertazi (2): watch_queue: Fold info_id initialization into init_watch docs: watch_queue: Fix unit of the notification size field Documentation/watch_queue.rst | 7 ++++--- include/linux/watch_queue.h | 2 +- kernel/watch_queue.c | 5 ++++- security/keys/keyctl.c | 3 +-- 4 files changed, 10 insertions(+), 7 deletions(-) -- 2.30.0