mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 21:32:57 +00:00
Minor coding style fix
The 'detail' tag is not conform to the coding style. Tools may stumble over it.
This commit is contained in:
parent
8f42b58b53
commit
3e41ff7f23
@ -79,11 +79,10 @@ namespace Genode
|
||||
*
|
||||
* \param _ACCESS_WIDTH Bit width of the region
|
||||
*
|
||||
* \detail The register can contain multiple bitfields. Bitfields
|
||||
* that are partially exceed the register range are read and
|
||||
* written also partially. Bitfields that are completely out
|
||||
* of the register range are read as '0' and trying to
|
||||
* overwrite them has no effect.
|
||||
* The register can contain multiple bitfields. Bitfields that are
|
||||
* partially exceed the register range are read and written also partially.
|
||||
* Bitfields that are completely out of the register range are read as '0'
|
||||
* and trying to overwrite them has no effect.
|
||||
*/
|
||||
template <unsigned long _ACCESS_WIDTH>
|
||||
struct Register
|
||||
|
Loading…
x
Reference in New Issue
Block a user