[COMMITTED] gas: tc-bpf.c: fix formatting of comment

Message ID 20231028044909.9705-1-jose.marchesi@oracle.com
State New
Headers
Series [COMMITTED] gas: tc-bpf.c: fix formatting of comment |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_check--master-arm warning Patch is already merged

Commit Message

Jose E. Marchesi Oct. 28, 2023, 4:49 a.m. UTC
  ---
 gas/config/tc-bpf.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
  

Patch

diff --git a/gas/config/tc-bpf.c b/gas/config/tc-bpf.c
index cdde05c9139..fd4144a354b 100644
--- a/gas/config/tc-bpf.c
+++ b/gas/config/tc-bpf.c
@@ -1647,10 +1647,11 @@  void
 md_operand (expressionS *expressionP)
 {
   /* If this hook is invoked it means GAS failed to parse a generic
-  expression.  We should inhibit the as_bad in expr.c, so we can fail
-  while parsing instruction alternatives.  To do that, we change the
-  expression to not have an O_absent.  But then we also need to set
-  exp_parse_failed to parse_expression above does the right thing.  */
+     expression.  We should inhibit the as_bad in expr.c, so we can
+     fail while parsing instruction alternatives.  To do that, we
+     change the expression to not have an O_absent.  But then we also
+     need to set exp_parse_failed to parse_expression above does the
+     right thing.  */
   ++input_line_pointer;
   expressionP->X_op = O_constant;
   expressionP->X_add_number = 0;