From 35c17ced72aee2824f7dbc78efba9ce78ae038dc Mon Sep 17 00:00:00 2001 From: Tomasz Gajewski Date: Sun, 3 Mar 2019 00:07:55 +0100 Subject: [PATCH] Trivial doc fix for Register_set_plain_access::read Fix #3229 --- repos/base/include/util/register_set.h | 1 - 1 file changed, 1 deletion(-) diff --git a/repos/base/include/util/register_set.h b/repos/base/include/util/register_set.h index 367162517..3dc0f8db9 100644 --- a/repos/base/include/util/register_set.h +++ b/repos/base/include/util/register_set.h @@ -61,7 +61,6 @@ struct Genode::Register_set_plain_access * \param IMPLEMENTATION implementation of access on the plain integer level * \param impl instance of the access implementation * \param offset register offset - * \param value value to be written to the register */ template static inline ACCESS_T read(IMPLEMENTATION &impl, off_t const offset) {