Minor coding style fix

The 'detail' tag is not conform to the coding style. Tools may stumble
over it.
This commit is contained in:
Norman Feske 2012-02-27 20:33:40 +01:00
parent 8f42b58b53
commit 3e41ff7f23
1 changed files with 4 additions and 5 deletions

View File

@ -79,11 +79,10 @@ namespace Genode
* *
* \param _ACCESS_WIDTH Bit width of the region * \param _ACCESS_WIDTH Bit width of the region
* *
* \detail The register can contain multiple bitfields. Bitfields * The register can contain multiple bitfields. Bitfields that are
* that are partially exceed the register range are read and * partially exceed the register range are read and written also partially.
* written also partially. Bitfields that are completely out * Bitfields that are completely out of the register range are read as '0'
* of the register range are read as '0' and trying to * and trying to overwrite them has no effect.
* overwrite them has no effect.
*/ */
template <unsigned long _ACCESS_WIDTH> template <unsigned long _ACCESS_WIDTH>
struct Register struct Register